moe-serifu-circle / masabot

An automated discord bot for handling typical tasks
GNU General Public License v3.0
3 stars 5 forks source link

Make commands case-insensitve #29

Closed dekarrin closed 3 years ago

dekarrin commented 5 years ago

Commands should not care what case they are in. However, arguments should remain case-sensitive.

done when: all commands can be recognized regardless of their case; e.g. animeme and ANIMEME result in the same action. This must be true for all commands.