mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -17,7 +17,7 @@ class CanYouNot extends commando.Command {
|
||||
if(!message.channel.permissionsFor(this.client.user).hasPermission('READ_MESSAGES')) return;
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
message.reply('Can YOU not?');
|
||||
message.channel.sendMessage('Can YOU not?');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user