SGA-A / c2c

Source code for the custom app exclusive to cc
MIT License
1 stars 0 forks source link

Add subcommands for help #66

Closed SGA-A closed 9 months ago

SGA-A commented 9 months ago

Is your feature request related to a problem? Please describe. You are able to see a list of all the commands within the bot and sort them by their category. The problem lies in the fact that the description for these help commands are identical to the user-interface description of these commands. It does not go into further detail into the commands mechanism and how it works. This issue addresses this, by suggesting the build to look up detailed help for a specific command on the help subcommand, making the help command a group in the process.

Describe the solution you'd like

Describe alternatives you've considered None at this time.

SGA-A commented 9 months ago

This is not needed. This is based on the assumption that everyone understands how each command works from the descriptions provided in the command.

For text commands, this is already resolved through the help command that sorts each command by their category. And at this scale, it is very unlikely any one will ever use nor notice this command.