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