make the bot.
This commit is contained in:
+1
-4
@@ -7,9 +7,6 @@ async def set_bot_commands(bot: Bot):
|
||||
Sets default commands in the Telegram client's command menu.
|
||||
"""
|
||||
commands = [
|
||||
BotCommand(command="start", description="Start Frankenstein Bot"),
|
||||
BotCommand(command="help", description="Show help information"),
|
||||
BotCommand(command="about", description="About the bot"),
|
||||
BotCommand(command="admin", description="Admin panel placeholder"),
|
||||
BotCommand(command="start", description="Start the bot"),
|
||||
]
|
||||
await bot.set_my_commands(commands, scope=BotCommandScopeDefault())
|
||||
|
||||
Reference in New Issue
Block a user