mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 22:14:34 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -18,7 +18,7 @@ class CoinFlipCommand extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let coin = ['Heads', 'Tails'][Math.floor(Math.random() * 2)];
|
||||
message.reply("It landed on " + coin);
|
||||
message.channel.sendMessage("It landed on " + coin);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user