mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -18,7 +18,7 @@ class SpamCommand extends commando.Command {
|
||||
if(!message.channel.permissionsFor(this.client.user).hasPermission('ATTACH_FILES')) return;
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
message.reply("Spam!");
|
||||
message.channel.sendMessage("Spam!");
|
||||
message.channel.sendFile("./images/Spam.jpg");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user