Added sync
This commit is contained in:
parent
302513a7e7
commit
b80d178e65
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -47,7 +47,6 @@ async def sync(client, message: Message):
|
||||||
await app.set_bot_commands(COMMANDS)
|
await app.set_bot_commands(COMMANDS)
|
||||||
await message.reply("done")
|
await message.reply("done")
|
||||||
await message.reply_chat_action(enums.ChatAction.CANCEL)
|
await message.reply_chat_action(enums.ChatAction.CANCEL)
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
app.run()
|
app.run()
|
Loading…
Reference in a new issue