From 4fa373742fa930d875b458913f1a2d69b7a8ac65 Mon Sep 17 00:00:00 2001 From: huker667 Date: Sun, 9 Aug 2026 13:53:10 +0300 Subject: исправить /stats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 4811b4a..9c01e3d 100644 --- a/commands.py +++ b/commands.py @@ -88,7 +88,7 @@ async def stats_handler(message: Message): "👀топ режимов вызова:", *(f"- `{c}`: {n}" for c, n in calls.most_common()), "📝топ 10 промптов:", - *(f"- `{c}`: {n}" for c, n in top_prompts.most_common()), + *(f"- `{c}`: {n}" for c, n in top_prompts), ] await message.reply("\n".join(text)) -- cgit v1.3.1