From e29a32485ffce444f60d354ab2762152e1177757 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 2 Jan 2022 00:32:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Fun/number.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Fun/number.js b/commands/Fun/number.js index 2dd48ba5..3e3b7d03 100644 --- a/commands/Fun/number.js +++ b/commands/Fun/number.js @@ -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 = [];