From b8eec2f5454036d635c198cf742c798fff7c490e Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 14:10:27 -0800 Subject: [PATCH] typo --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)