diff --git a/ubot/modules/fun.py b/ubot/modules/fun.py index 4a5a35e..fcc5378 100644 --- a/ubot/modules/fun.py +++ b/ubot/modules/fun.py @@ -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: