mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
String Changes, Don't register tons of defaults
This commit is contained in:
@@ -64,7 +64,7 @@ module.exports = class WeatherCommand 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