From 9966b2494669317236ad4b33637f5cf402fba77e Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Sat, 4 Mar 2017 09:34:07 -0500 Subject: [PATCH] Added F to Degrees --- commands/search/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**',