From 90669fd5f5c388591bfba07e325dbf855c5ef505 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 14:22:46 -0800 Subject: [PATCH] swap --- sweebot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sweebot.py b/sweebot.py index eca2f59..d610fb8 100644 --- a/sweebot.py +++ b/sweebot.py @@ -451,9 +451,9 @@ while True: channel) elif command[0] == "$meow": if random(1,100) > (happiness*10): - multiline(choice(meows_happy), channel) - else: multiline(choice(meows_upset), channel) + else: + multiline(choice(meows_happy), channel) elif command[0] == "$shell": if perms == "full":