From a3a2e7fe6051dfb3a4f610ce2b51ffaa8a49c2c7 Mon Sep 17 00:00:00 2001 From: Nick80835 Date: Sat, 3 Oct 2020 15:27:09 -0400 Subject: [PATCH] tweak bruh --- ubot/modules/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubot/modules/fun.py b/ubot/modules/fun.py index b0e1e95..42141b5 100644 --- a/ubot/modules/fun.py +++ b/ubot/modules/fun.py @@ -71,7 +71,7 @@ async def floor(event): await event.reply("FLOOOOOOOOOOOOOOOOOOR") -@ldr.add("bruh", simple_pattern=True, hide_help=True, chance=25, fun=True) +@ldr.add("^bruh$", raw_pattern=True, hide_help=True, chance=15, fun=True) async def bruh_moment(event): if not event.args: await event.reply("moment")