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":