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