mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Replace all sendMessage calls with send
This commit is contained in:
@@ -23,7 +23,7 @@ class ComplimentCommand extends commando.Command {
|
||||
if(username === '') {
|
||||
message.reply(coin);
|
||||
} else {
|
||||
message.channel.sendMessage(username + ", " + coin);
|
||||
message.channel.send(username + ", " + coin);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user