mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 16:33:26 +00:00
симметрия в тексте
This commit is contained in:
parent
4be45985a0
commit
2bba944dc0
|
@ -193,7 +193,7 @@ async def send_bot_statistic_menu(bot: Bot, call: ty.Optional[types.CallbackQuer
|
|||
Статистика по боту @{bot.name}
|
||||
|
||||
Входящих сообщений: <b>{bot.incoming_messages_count}</b>
|
||||
Ответов: <b>{bot.outgoing_messages_count}</b>
|
||||
Ответных сообщений: <b>{bot.outgoing_messages_count}</b>
|
||||
Шаблоны ответов: <b>{len(await bot.answers)}</b>
|
||||
Забанено пользователей: <b>{len(await bot.banned_users)}</b>
|
||||
""")
|
||||
|
|
Loading…
Reference in New Issue
Block a user