Мелкие фиксы от игоря

This commit is contained in:
Disledg
2025-01-07 11:55:47 +03:00
parent a9a137b766
commit 675103ac67
2 changed files with 39 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ dp.message.middleware(AntiSpamMiddleware(rate_limit=1))
async def set_commands():
"""Устанавливает команды для бота."""
commands = [
BotCommand(command="/start", description="🥚Запустить бота"),
BotCommand(command="/start", description="🥚Главное меню"),
BotCommand(command="/subscriptions", description="🦴Мои подписки"),
BotCommand(command="/support", description="❕Поддержка❕"),
]