uchuuio / disbott

A bot for Discord
https://disbott.uchuu.io
3 stars 1 forks source link

Stop uppercase letters killing certain commands #14

Closed tomouchuu closed 8 years ago

tomouchuu commented 8 years ago

Certain commands like lolsetsummoner=Xelacalle break due to the uppercase it

tomouchuu commented 8 years ago

So this now breaks the createInvite commands as they need to be case sensitive. We need to have the message.toLowerCase() on certain commands.