From 6f7c09e08937a8e9ebdc84a14fa6f3f10ec8630a Mon Sep 17 00:00:00 2001 From: Nick80835 Date: Sun, 3 Jan 2021 11:23:59 -0500 Subject: [PATCH] AYAYA --- ubot/modules/fun.py | 5 +++++ 1 file changed, 5 insertions(+) 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: