mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Replace all sendMessage calls with send
This commit is contained in:
@@ -18,7 +18,7 @@ class KillCommand extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let username = message.content.split(" ").slice(1).join(" ");
|
||||
message.channel.sendMessage(message.author + ' *kills* ' + username);
|
||||
message.channel.send(message.author + ' *kills* ' + username);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user