Added sync

This commit is contained in:
nin0dev 2024-07-19 13:18:39 -04:00
parent 302513a7e7
commit b80d178e65

View file

@ -47,7 +47,6 @@ async def sync(client, message: Message):
await app.set_bot_commands(COMMANDS)
await message.reply("done")
await message.reply_chat_action(enums.ChatAction.CANCEL)
#endregion
app.run()