diff --git a/sweebot.py b/sweebot.py index 0718d40..eee2445 100644 --- a/sweebot.py +++ b/sweebot.py @@ -445,7 +445,7 @@ while True: channel) elif command[0] == "$bap": happiness -= (1 if happiness != 0 else 0) - multiline(choice(pats) + " (Emotion: Upset " + + multiline(choice(baps) + " (Emotion: Upset " + ("#" * int(happiness)) + ("-" * int(10-happiness)) + " Happy)", channel)