owengombas / discord.ts

🤖 Create your discord bot by using TypeScript and decorators!
https://owencalvin.github.io/discord.ts/
324 stars 40 forks source link

Fix command case sensitivity #5

Closed hnrklssn closed 4 years ago

hnrklssn commented 4 years ago

When printing a command list, you may want the command name to be in mixed case, but still not care about case when matching. Previously all commands implicitly had to be in lower case when commandCaseSensitive was false, or nothing would match.

I threw this together quickly in the github online editor, so I haven't tested it. But it should work. :)

owengombas commented 4 years ago

Thank's for your feedback, I applied your patch ! (version 2.0.3, you can safely update it in your project) :)