mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
msg
This commit is contained in:
@@ -14,8 +14,8 @@ module.exports = class QuantumCoinCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message) {
|
||||
run(msg) {
|
||||
const side = sides[Math.floor(Math.random() * sides.length)];
|
||||
return message.say(`It landed ${side}.`);
|
||||
return msg.say(`It landed ${side}.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user