Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-22 19:16:26 -08:00
parent 3ee06823b9
commit b8aadb83ad

View file

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