peterthehan / create-discord-bot

A module-based Discord bot template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command categories | Suggestion

TheEdaL06 opened this issue · comments

Hi there, I'm COÐΣ THΣΣÐAL ツᴮᴼᵀ#8126 and I would like to suggest an option or something that makes your commands in categories like Moderation, General, Fun, etc.

 bot-name
 |---src
      |---commands
            |--General
                  |---userinfo
                  |---serverinfo
            |---Fun
                  |---Memes
                  |--Kiss

Something like I did up there

I'm not too keen on coupling command categories to the file structure of the commands folder. Adding a new field to the CommandBuilder would be preferable so that it can be programmatic.

Not in the scope of this repo once #90 is merged, closing.