diff --git a/sweebot.py b/sweebot.py index 72e0b9f..eca2f59 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(meows_happy, channel) + multiline(choice(meows_happy), channel) else: - multiline(meows_upset, channel) + multiline(choice(meows_upset), channel) elif command[0] == "$shell": if perms == "full":