mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
msg
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = class RouletteCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message) {
|
||||
return message.say(`I choose ${message.guild.members.random().displayName}!`);
|
||||
run(msg) {
|
||||
return msg.say(`I choose ${msg.guild.members.random().displayName}!`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user