From 2bba944dc00695b3ca56f819b5ece845b396ea20 Mon Sep 17 00:00:00 2001 From: mihalin Date: Sat, 19 Feb 2022 00:58:31 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B8=D0=BC=D0=BC=D0=B5=D1=82=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B2=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- olgram/commands/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olgram/commands/menu.py b/olgram/commands/menu.py index cedf2be..6d3a004 100644 --- a/olgram/commands/menu.py +++ b/olgram/commands/menu.py @@ -193,7 +193,7 @@ async def send_bot_statistic_menu(bot: Bot, call: ty.Optional[types.CallbackQuer Статистика по боту @{bot.name} Входящих сообщений: {bot.incoming_messages_count} - Ответов: {bot.outgoing_messages_count} + Ответных сообщений: {bot.outgoing_messages_count} Шаблоны ответов: {len(await bot.answers)} Забанено пользователей: {len(await bot.banned_users)} """)