2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-06 01:16:00 +00:00

specify bot branch in repo

This commit is contained in:
Nick80835
2020-09-21 19:20:32 -04:00
parent e8cf00883d
commit dcffdb4b70

View File

@@ -79,7 +79,7 @@ async def ping(event):
@ldr.add("repo") @ldr.add("repo")
async def bot_repo(event): async def bot_repo(event):
await event.reply("https://github.com/Nick80835/microbot") await event.reply("https://github.com/Nick80835/microbot/tree/bot")
@ldr.add("disable", admin=True, help="Disables commands in the current chat, requires admin.") @ldr.add("disable", admin=True, help="Disables commands in the current chat, requires admin.")