aboutsummaryrefslogtreecommitdiff
path: root/examples/05_command_framework
Commit message (Expand)AuthorAgeFilesLines
* Update examples' unwraps to expects and imports as nested (#435)Lakelezz2018-11-121-16/+20
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-0/+31
* Prefix only Command (#416)Lakelezz2018-10-151-0/+3
* Add single group help (#385)Lakelezz2018-09-111-0/+3
* Suggest similar commands when using help (#377)Lakelezz2018-09-091-0/+5
* Fix `has_correct_permissions` when no guild is available (#376)Lakelezz2018-08-311-2/+2
* Fix default command upon shortcut prefix and passing sub-commands to default-...Lakelezz2018-08-071-10/+24
* Use `Args::full` in the framework exampleacdenisSK2018-08-021-1/+1
* Add default-commands for command-groups (#351)Lakelezz2018-07-211-0/+2
* Support multiple prefixes for command-groups (#343)Lakelezz2018-07-151-3/+9
* Add checks for groups (#349)Lakelezz2018-07-151-2/+31
* help: differentiate whether a command is unavailable in dms or guilds (#319)Lakelezz2018-05-251-4/+2
* Fix links to the repoZeyla Hellyer2018-05-231-1/+1
* Add `unrecognised_command` (#276)Lakelezz2018-02-151-0/+5
* Fix customised help related docs (#267)Lakelezz2018-01-311-5/+5
* Add latency command to example 05Zeyla Hellyer2018-01-061-0/+47
* Fix compilation of examplesZeyla Hellyer2017-12-161-3/+5
* Make help-commands customisable (#227)Lakelezz2017-11-301-12/+60
* Make the Client return a ResultZeyla Hellyer2017-11-031-1/+1
* Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-221-1/+1
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-1/+1
* `to_owned` -> `to_string`acdenisSK2017-10-091-2/+2
* Fix tests and example 05Zeyla Hellyer2017-09-241-1/+1
* Note the standard_framework feature in examplesZeyla Hellyer2017-09-092-2/+2
* Add more info on methods in framework exampleLakelezz2017-09-061-4/+41
* Fix examples (#151)Maiddog2017-08-281-3/+6
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-4/+5
* Update examplesacdenisSK2017-08-141-3/+3
* Update examplesacdenisSK2017-08-061-10/+14
* Run clippy on examplesZeyla Hellyer2017-06-141-6/+2
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-1/+1
* Update the way errors are handled in dispatchIllia2017-04-191-2/+13
* Remove selfbot supportZeyla Hellyer2017-04-052-0/+205