ZeNyfh / gigavibe-java-edition

Music + Media bot made in java using JDA and Lavaplayer.
GNU General Public License v3.0
8 stars 3 forks source link

Use some sort of Enum system to unify and simplify things like command categories #122

Closed 9382 closed 5 months ago

9382 commented 1 year ago

Strings are fine and all, but accidentally having situations like "general" and "General" and being forced to check which (maybe both) is right can be annoying