mirror of
https://github.com/Nick80835/microbot
synced 2025-08-30 05:58:23 +00:00
AYAYA
This commit is contained in:
parent
2b0a6fb4a1
commit
6f7c09e089
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user