From 6265495f5928656b3cc86a5ab0bbd02fef5b951b Mon Sep 17 00:00:00 2001 From: Vufer Date: Sun, 10 Nov 2024 01:39:34 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D0=BA=D1=83=D0=BB?= =?UTF-8?q?=D0=B4=D0=B0=D1=83=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 25ea7b5..8f2927e 100644 --- a/index.js +++ b/index.js @@ -394,7 +394,7 @@ if (statCooldown(msg.chat.id)) { const chatId = msg.chat.id; const topUsers = getTopUsersByAverage(); // Получаем топ пользователей по среднему баллу - + console.log(topUsers) if (topUsers.length === 0) { return bot.sendMessage(chatId, 'Статистика пока недоступна.'); }