mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
return and await
This commit is contained in:
@@ -23,6 +23,6 @@ module.exports = class QuantumCoin extends commando.Command {
|
||||
console.log(`[Command] ${message.content}`);
|
||||
let qcoin = ['on nothing', 'on NaN', 'on 0', 'in the air', 'on null'];
|
||||
qcoin = qcoin[Math.floor(Math.random() * qcoin.length)];
|
||||
message.channel.send(`It landed ${qcoin}`);
|
||||
return message.channel.send(`It landed ${qcoin}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user