Closed tomouchuu closed 8 years ago
Certain commands like lolsetsummoner=Xelacalle break due to the uppercase it
lolsetsummoner=Xelacalle
So this now breaks the createInvite commands as they need to be case sensitive. We need to have the message.toLowerCase() on certain commands.
message.toLowerCase()
Certain commands like
lolsetsummoner=Xelacalle
break due to the uppercase it