mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
фикс
This commit is contained in:
parent
fa8168b8c6
commit
10ebf0a7d1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Number extends Command {
|
||||||
if (currentGames[message.guild.id]) return message.error("fun/number:GAME_RUNNING");
|
if (currentGames[message.guild.id]) return message.error("fun/number:GAME_RUNNING");
|
||||||
|
|
||||||
const participants = [],
|
const participants = [],
|
||||||
number = ath.floor(this.client.functions.randomNum(100, 10000));
|
number = Math.floor(this.client.functions.randomNum(100, 10000));
|
||||||
|
|
||||||
await message.sendT("fun/number:GAME_START");
|
await message.sendT("fun/number:GAME_START");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue