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:
@@ -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.")
|
||||||
|
Reference in New Issue
Block a user