mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Added F to Degrees
This commit is contained in:
@@ -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:**',
|
||||
|
||||
Reference in New Issue
Block a user