What's happening:
Currently, the help menus are static menus, whereas the "hint" menus that appear when a command isn't typed correctly are generated from the configured routes themselves via the RouteConfiguration.example property. The idea for this is to move any description blurb away from the static help strings and into a new RouteConfiguration property, then have the !help generate from those.
Why should this happen:
At present the help strings get missed between updates and moving them to the Configured Routes that are navigated to each time a route is being created/updated would ease these updates and improve help menus where commands are sometimes missed.
This has been addressed in v6.0 code - Only the main help menu @ !help is still not dynamic.
Will be closing this issue as the majority is now dynamic.
What's happening: Currently, the help menus are static menus, whereas the "hint" menus that appear when a command isn't typed correctly are generated from the configured routes themselves via the
RouteConfiguration.example
property. The idea for this is to move any description blurb away from the static help strings and into a newRouteConfiguration
property, then have the!help
generate from those.Why should this happen: At present the help strings get missed between updates and moving them to the Configured Routes that are navigated to each time a route is being created/updated would ease these updates and improve help menus where commands are sometimes missed.