aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/help_commands.rs
Commit message (Expand)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-4/+4
* Compile without `cache`-feature (#393)Bond-0092018-09-191-0/+5
* Check if a group is empty and exclude them if that's the case. (#389)Lakelezz2018-09-141-5/+9
* Add `Usage Sample`-field back to help. (#388)Lakelezz2018-09-141-2/+14
* Add tests for help (#387)Lakelezz2018-09-111-0/+81
* Add missing usage on plain help (#386)Lakelezz2018-09-111-1/+5
* Add single group help (#385)Lakelezz2018-09-111-14/+55
* Fix to build with Rust 1.25.0.Lakelezz2018-09-101-1/+1
* Fix group-prefix ambiguity in help (#384)Lakelezz2018-09-101-11/+25
* Suggest similar commands when using help (#377)Lakelezz2018-09-091-17/+120
* Refactor Help (#375)Lakelezz2018-08-311-411/+482
* Make `is_command_visible` work with DMs. (#369)Maiddog2018-08-171-0/+6
* Reduce minimal Rust version to 1.25Zeyla Hellyer2018-07-291-2/+2
* Do not suggest command if no command is actually related to input. (#350)Lakelezz2018-07-201-1/+1
* Fix some clippy lintsZeyla Hellyer2018-07-151-20/+20
* Support multiple prefixes for command-groups (#343)Lakelezz2018-07-151-9/+9
* If no help is available, command is not visible thus return false.Lakelezz2018-06-181-3/+1
* Rename from `is_command_hidden` to `is_command_visible`.Lakelezz2018-06-181-5/+5
* Check if a command would be visible, if yes provide help for it.Lakelezz2018-06-181-7/+47
* help: differentiate whether a command is unavailable in dms or guilds (#319)Lakelezz2018-05-251-8/+19
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-8/+20
* Add no_run to doctests that initialize a Client (#293)Maiddog2018-03-181-2/+2
* Remove useless clones (#292)Maiddog2018-03-171-7/+7
* Fix no-cache standardframework compilation (#290)Lakelezz2018-03-151-0/+4
* Add missing `correct roles`-checks in help-commands (#249)Lakelezz2018-01-101-3/+57
* Fix help-commands' `plain`Lakelezz2018-01-061-4/+37
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-15/+18
* Break up the model moduleZeyla Hellyer2017-12-161-1/+2
* Make help-commands customisable (#227)Lakelezz2017-11-301-43/+82
* Fix doc-testsacdenisSK2017-11-161-2/+2
* Change most of the framework to use trait-based-commandsacdenisSK2017-11-151-9/+14
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-3/+3
* Fix Help-Commands to list all eligible commands in DMs. (#212)Lakelezz2017-11-041-1/+1
* Make the Client return a ResultZeyla Hellyer2017-11-031-2/+2
* Merge v0.4.2acdenisSK2017-10-241-19/+14
|\
| * Properly update emojis, fix shard retries, fix csLakelezz2017-10-231-4/+2
| * Fix clippy warningsMei Boudreau2017-10-191-17/+14
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-181-14/+13
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-63/+80
|\|
| * Help-features display `Aliases` and list information for `Aliases`. (#190)Lakelezz2017-10-121-60/+80
| * Fix clippy lintsZeyla Hellyer2017-10-111-5/+6
| * Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...Lakelezz2017-10-101-1/+1
| * Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-071-10/+10
| * Fix most clippy warningsMaiddog2017-10-041-10/+10
| * `to_owned` -> `to_string`acdenisSK2017-10-011-2/+2
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-5/+9
* | Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-091-10/+10
* | Fix most clippy warningsMaiddog2017-10-091-10/+10
* | `to_owned` -> `to_string`acdenisSK2017-10-091-2/+2
|/
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-3/+3