2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-02 07:25:38 +00:00

add support chat link command

This commit is contained in:
Nick80835
2020-10-04 13:48:25 -04:00
parent 9ff7053b78
commit 91bf72535f

View File

@@ -92,6 +92,11 @@ async def bot_repo(event):
await event.reply("https://github.com/Nick80835/microbot/tree/bot")
@ldr.add("support")
async def support_link(event):
await event.reply("[μBot Support](https://t.me/joinchat/Ed1JxFLq3DtQSbBnyNRI7A)")
@ldr.add("disable", admin=True, help="Disables commands in the current chat, requires admin.")
async def disable_command(event):
if event.args: