This commit is contained in:
dj
2024-04-05 19:12:20 +03:00
parent a3f41caa80
commit e50be4e3d1
10 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ async def set_commands(bot: Bot):
try:
await bot.set_my_commands(admin_commands, scope=BotCommandScopeChat(chat_id=admin))
except:
pass
...