diff --git a/sweebot.py b/sweebot.py index 9284771..7140cec 100644 --- a/sweebot.py +++ b/sweebot.py @@ -719,7 +719,7 @@ while True: comm = command com.append("cc/" + comm[0][1:]) com.append(nick) - com.append(username) + com.append(perms) comm.pop(0) for i in comm: com.append(i)