diff --git a/commands/search/weather.js b/commands/search/weather.js index 7e56e9f1..70ea51ea 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -36,7 +36,7 @@ class WeatherCommand extends commando.Command { .addField('**Condition:**', info.item.condition.text, true) .addField('**Temperature:**', - info.item.condition.temp + "°", true) + info.item.condition.temp + "°F", true) .addField('**Humidity:**', info.atmosphere.humidity, true) .addField('**Pressure:**',