mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Фикс
This commit is contained in:
parent
c7760e1b32
commit
e29a32485f
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue