diff --git a/olgram/commands/menu.py b/olgram/commands/menu.py
index fa59a6e..cedf2be 100644
--- a/olgram/commands/menu.py
+++ b/olgram/commands/menu.py
@@ -191,7 +191,7 @@ async def send_bot_statistic_menu(bot: Bot, call: ty.Optional[types.CallbackQuer
text = dedent(f"""
Статистика по боту @{bot.name}
-
+
Входящих сообщений: {bot.incoming_messages_count}
Ответов: {bot.outgoing_messages_count}
Шаблоны ответов: {len(await bot.answers)}