1
0
Fork 0
forked from swee/MeowNex

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": if perms == "full":
abort = False abort = False
flag = sbconfig.chansettings(channel) flag = sbconfig.chansettings(channel)
for i in command[2:]: for i in command[1:]:
if i == "clear": if i == "clear":
flag = ["+config"] flag = ["+config"]
elif i[0] == "+": elif i[0] == "+":