diff --git a/commands/message/utils/weather.js b/commands/message/utils/weather.js index 2ded8af..1779cd4 100644 --- a/commands/message/utils/weather.js +++ b/commands/message/utils/weather.js @@ -23,7 +23,7 @@ function temperature(value, units){ return `${Math.floor(modifiers[units](value))}${units}` } -function getUvIndex(value){ +function getUvIndex(i){ switch(i){ case i <= 2: return "uv_index_0"