ANF / BotANF

A simple discord bot made by ANF Studios
https://discord.gg/invite/fKWpK7A
GNU General Public License v3.0
13 stars 5 forks source link

[FEATURE] Create dynamic help commands #36

Open ANF-Studios opened 3 years ago

ANF-Studios commented 3 years ago

Is your feature request related to a problem? Please describe. In BotANF v1, the help command was almost fully hard coded which is not very good to maintain and code-quality was very low.

Describe the solution you'd like The help command be as dynamic as it could.

Additional context

tomlin7 commented 3 years ago

commands should be sorted based on roles or permissions

example:

when a normal member uses help command, only the commands available for their use should be displayed

when an admin uses help command, all the mod/management commands (can be a category) should also be displayed