mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 13:36:17 +00:00
Немного статистики
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user