Update sweebot.py
This commit is contained in:
parent
7ee4c07028
commit
5be071eb59
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ while True:
|
|||
for i in command[2:]:
|
||||
if i == "clear":
|
||||
flag = ["+config"]
|
||||
if i[0] == "+":
|
||||
elif i[0] == "+":
|
||||
if "-" + i[1:] in flag:
|
||||
flag[flag.index("-" + i[1:])] = i
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue