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, 'Статистика пока недоступна.'); }