diff --git a/sweebot.py b/sweebot.py index 0687e97..2cd8ce1 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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: