-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently the help command ends up being quite verbose. This needs to be improved.
Instead of writing out the help strings from all commands when using "Dave help", it should print out a comma separated string with all the available commands. The user should then be able to type "Dave help command" to get the detailed information about the command.
Getting a full string should still be possible by typing "Dave help all". This might get restricted to private conversations with Dave, need @DriesVuylsteke to give input on that.
Part of this refactoring should be distinguishing between commands that can be run by regular users and commands that only can be run by administrators.
Reactions are currently unavailable