From b80d178e652ae40baaff34dad461fc20ed4153d5 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Fri, 19 Jul 2024 13:18:39 -0400 Subject: [PATCH] Added sync --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 2ae5ba4..7dbd1ae 100644 --- a/main.py +++ b/main.py @@ -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() \ No newline at end of file