Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 8s

This commit is contained in:
Nova Cat 2024-12-28 18:40:51 -08:00
parent 7578acff90
commit 2a8f19f981

View file

@ -719,7 +719,7 @@ while True:
comm = command comm = command
com.append("cc/" + comm[0][1:]) com.append("cc/" + comm[0][1:])
com.append(nick) com.append(nick)
com.append(username) com.append(perms)
comm.pop(0) comm.pop(0)
for i in comm: for i in comm:
com.append(i) com.append(i)