mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -18,7 +18,7 @@ class FishyCommand extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let coin = [':fish:', ':tropical_fish:', ':blowfish:'][Math.floor(Math.random() * 3)];
|
||||
message.reply("You caught a: " + coin);
|
||||
message.channel.sendMessage("You caught a: " + coin);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user