Возможность тикеты создавать

This commit is contained in:
Disledg
2025-01-04 21:19:39 +03:00
parent 9c00529216
commit 5997d67640
4 changed files with 121 additions and 29 deletions

View File

@@ -22,7 +22,9 @@ 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="❕Поддержка❕"),
]
await bot.set_my_commands(commands)