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