Trinitui / AndrewBot

AndrewBot is a reactive bot developed for use in Discord Servers. WARNING: It's almost all inside jokes.
2 stars 1 forks source link

toLowerCase() should be used on message strings so messages can be case-insensitive #20

Closed andrewottman1990 closed 3 years ago

andrewottman1990 commented 3 years ago

Currently, Rudy quotes will only appear if "Rudy" is typed, case-sensitive. As a user, if I type "RUDY", I still want a quote to come up.

https://www.w3schools.com/jsref/jsref_toLowerCase.asp

Trinitui commented 3 years ago

This is valid