Update sweebot.py

This commit is contained in:
Swee 2024-10-12 14:45:59 -07:00
parent 5be071eb59
commit 5bb20f688e

View file

@ -492,7 +492,7 @@ while True:
if perms == "full":
abort = False
flag = sbconfig.chansettings(channel)
for i in command[2:]:
for i in command[1:]:
if i == "clear":
flag = ["+config"]
elif i[0] == "+":