From 28507e82f7472f80e76fa75d1e450f065032565b Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 25 Apr 2022 22:21:08 +0200 Subject: [PATCH] dumb me --- distbot/plugins/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index 2575121..cf1403b 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -189,7 +189,7 @@ class Sick(Worker): description = "omg a computer virus" def parse_body(self, msg): - if random.randint(0, 1000) > 900: + if random.randint(0, 1000) > 990: time.sleep(random.randint(1, 5)) return Action(msg=random.choice(["/me sneezes", "*cough*"])) -- 2.39.2