mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -18,7 +18,7 @@ class QuantumCoin extends commando.Command {
|
||||
}
|
||||
console.log("[Command] " + message.content);
|
||||
let qcoin = ['on nothing', 'on NaN', 'on 0', 'in the air', 'on null'][Math.floor(Math.random() * 5)];
|
||||
message.reply("It landed " + qcoin);
|
||||
message.channel.sendMessage("It landed " + qcoin);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user