mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
Merge branch 'main' into stable
This commit is contained in:
commit
c5c7468e36
@ -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