From 976dac49254c177aa89a5b566a576d829ebddcb6 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 14:14:06 -0800 Subject: [PATCH] emotion --- sweebot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sweebot.py b/sweebot.py index eee2445..72e0b9f 100644 --- a/sweebot.py +++ b/sweebot.py @@ -449,6 +449,11 @@ while True: ("#" * int(happiness)) + ("-" * int(10-happiness)) + " Happy)", channel) + elif command[0] == "$meow": + if random(1,100) > (happiness*10): + multiline(meows_happy, channel) + else: + multiline(meows_upset, channel) elif command[0] == "$shell": if perms == "full":