aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/create_command.rs
Commit message (Expand)AuthorAgeFilesLines
* Add checks for groups (#349)Lakelezz2018-07-151-1/+1
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-4/+4
* Handle debug impls betteracdenisSK2018-06-081-2/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-3/+11
* Fix no-cache standardframework compilation (#290)Lakelezz2018-03-151-5/+6
* Add a way to register middleware functions directly in `CreateCommand`acdenisSK2018-01-251-5/+72
* Define `A` only onceacdenisSK2018-01-111-20/+10
* Break up the model moduleZeyla Hellyer2017-12-161-2/+3
* Make help-commands customisable (#227)Lakelezz2017-11-301-4/+4
* Do a temporary fix for options for commands created in the `command!` macroacdenisSK2017-11-241-1/+24
* Actually remove the `init` call in `CreateCommand`acdenisSK2017-11-211-5/+1
* Add a way to execute code when a command is registeredacdenisSK2017-11-211-1/+5
* Add `cmd` to `Create(Command|Group)`acdenisSK2017-11-181-11/+30
* Fix doc-testsacdenisSK2017-11-161-1/+1
* Document that application owners bypass checks (#218)Fenhl2017-11-161-0/+2
* Change most of the framework to use trait-based-commandsacdenisSK2017-11-151-43/+22
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Add Debug derives to more public typesthelearnerofcode2017-11-071-0/+1
* Make the Client return a ResultZeyla Hellyer2017-11-031-2/+3
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-3/+3
* `to_owned` -> `to_string`acdenisSK2017-10-091-7/+7
* Change the way users' command handlers are stored asacdenisSK2017-09-291-11/+7
* Fix tests and example 05Zeyla Hellyer2017-09-241-3/+8
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-26/+4
* Also rustfmtZeyla Hellyer2017-09-181-2/+2
* Add Send/Sync to framework itemsZeyla Hellyer2017-09-181-0/+2
* Apply rustfmtZeyla Hellyer2017-09-181-7/+4
* Allow commands to be limited to certain roles (#157)Lakelezz2017-09-051-0/+8
* Add num_args (#156)Maiddog2017-08-311-0/+8
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-4/+7
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-7/+4
* Fix tests (#145)Maiddog2017-08-221-5/+2
* Revamp the args to an `Args` structacdenisSK2017-08-201-26/+7
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-0/+245