2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-30 05:58:23 +00:00
This commit is contained in:
Nick80835 2021-01-03 11:23:59 -05:00
parent 2b0a6fb4a1
commit 6f7c09e089

View File

@ -74,6 +74,11 @@ async def bruh_moment(event):
await event.reply("moment")
@ldr.add("^ayaya$", raw_pattern=True, hide_help=True, fun=True)
async def ayaya(event):
await event.reply("AYAYA")
@ldr.add("bab", hide_help=True, fun=True)
async def bab(event):
if event.is_reply: