From 1768d9e7ea096b421e6b7d9c34a27275eb68ce97 Mon Sep 17 00:00:00 2001 From: mihalin Date: Fri, 18 Feb 2022 21:50:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B8?= 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 fa59a6e..cedf2be 100644 --- a/olgram/commands/menu.py +++ b/olgram/commands/menu.py @@ -191,7 +191,7 @@ async def send_bot_statistic_menu(bot: Bot, call: ty.Optional[types.CallbackQuer text = dedent(f""" Статистика по боту @{bot.name} - + Входящих сообщений: {bot.incoming_messages_count} Ответов: {bot.outgoing_messages_count} Шаблоны ответов: {len(await bot.answers)}