mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
String Changes, Don't register tons of defaults
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = class ForecastCommand extends commando.Command {
|
||||
return message.embed(embed);
|
||||
}
|
||||
catch (err) {
|
||||
return message.say(":x: Error! Make sure you typed the location correctly!");
|
||||
return message.say(':x: Error! Make sure you typed the location correctly!');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user