ChristopherBThai / Discord-OwO-Bot

A Discord bot that will keep track of your OwO
https://discordapp.com/oauth2/authorize?client_id=408785106942164992&permissions=1074120776&scope=bot
Other
561 stars 404 forks source link

Allows rerolling to be case insensitive #252

Closed IamSmeagol closed 2 years ago

IamSmeagol commented 2 years ago

toLowerCase shouldn't change the original value so there should not be any issues. I also made the stat check use the const array instead of a raw array for checking the arguments.

ChristopherBThai commented 2 years ago

Should be p.args[1].toLowerCase() since p.args[1] can be undefined. No worries, though, I can make this change.