mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -17,7 +17,7 @@ class FishyCommand extends commando.Command {
|
||||
if(!message.channel.permissionsFor(this.client.user).hasPermission('READ_MESSAGES')) return;
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
message.reply("I choose " + message.guild.members.random() + "!");
|
||||
message.channel.sendMessage("I choose " + message.guild.members.random() + "!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user