mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
Немного статистики
This commit is contained in:
parent
6f602f417f
commit
1768d9e7ea
@ -191,7 +191,7 @@ async def send_bot_statistic_menu(bot: Bot, call: ty.Optional[types.CallbackQuer
|
|||||||
|
|
||||||
text = dedent(f"""
|
text = dedent(f"""
|
||||||
Статистика по боту @{bot.name}
|
Статистика по боту @{bot.name}
|
||||||
|
|
||||||
Входящих сообщений: <b>{bot.incoming_messages_count}</b>
|
Входящих сообщений: <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.answers)}</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user