This commit is contained in:
JonnyBro 2022-01-02 00:32:57 +05:00
parent c7760e1b32
commit e29a32485f

View file

@ -19,7 +19,7 @@ class Number extends Command {
});
}
async run(message) {
async run(message, args, data) {
if (currentGames[message.guild.id]) return message.error("fun/number:GAME_RUNNING");
const participants = [];