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)} """)