mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Replace more "message.reply" with "sendMessage"
This commit is contained in:
@@ -53,7 +53,7 @@ class WeatherCommand extends commando.Command {
|
||||
info.wind.speed, true);
|
||||
message.channel.sendEmbed(embed).catch(console.error);
|
||||
}).catch(err => {
|
||||
message.reply(":x: Error! Make sure you typed the location correctly!");
|
||||
message.channel.sendMessage(":x: Error! Make sure you typed the location correctly!");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user