forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
7578acff90
commit
2a8f19f981
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue