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()