From b8aadb83ad21db2f278b59196e5bc8f7d218a0d4 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:16:26 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 9beb907..d5d9445 100644 --- a/sweebot.py +++ b/sweebot.py @@ -608,7 +608,7 @@ while True: elif command[0] == "$sed": - if len(command) == 1: + if len(command) == 2: if channel in logs: try: if command[1].split("/")[0].lower() != "s": raise IndexError()