aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/create_help_command.rs
Commit message (Collapse)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-3/+3
|
* Suggest similar commands when using help (#377)Lakelezz2018-09-091-0/+7
|
* Fix some clippy lintsZeyla Hellyer2018-07-151-2/+1
| | | | | Some lints were not resolved due to causing API changes. Most lints in the framework were left unfixed.
* do not show the strikethrough-tip If no HelpBehaviour is `Strike` (#321)Lakelezz2018-05-271-6/+14
|
* help: differentiate whether a command is unavailable in dms or guilds (#319)Lakelezz2018-05-251-38/+83
|
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+16
|
* Fix customised help related docs (#267)Lakelezz2018-01-311-2/+2
|
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-221-4/+5
|
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-1/+2
| | | | | Fix clippy lints and subsequently accept references for more function parameters.
* Fix whitespacing and change `and` to `or`. (#228)Lakelezz2017-11-301-2/+2
|
* Make help-commands customisable (#227)Lakelezz2017-11-301-0/+213