1
0
Fork 0
mirror of synced 2024-06-02 10:44:32 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-17 15:24:13 -05:00
parent d9475412cf
commit 84f2ec7159

View file

@ -92,7 +92,7 @@ class Mod:
If you want to open the command to everyone, provide 'none' as the permission"""
command = " ".join(msg[0:len(msg)-1])
permissions = msg[len(msg)-1]
if permissions.lower() = "none":
if permissions.lower() == "none":
permissions = "send_message"
msg = msg[0:len(msg)-1]
count = 0