From e392418a736f55c71c823e85e5627a02d7edf0f2 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 14:28:42 -0800 Subject: [PATCH] emotion --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 6cc6166..bb67922 100644 --- a/sweebot.py +++ b/sweebot.py @@ -449,7 +449,7 @@ while True: channel) elif command[0] == "$bap": if len(command) == 2: - for i in range(1,int(command[1])): + for i in range(0,int(command[1])): happiness -= (1 if happiness != 10 else 0) elif len(command) == 1: happiness -= (1 if happiness != 10 else 0)