aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Make help-commands customisable (#227)Lakelezz2017-11-308-89/+528
* | Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-273-5/+5
* | Do a temporary fix for options for commands created in the `command!` macroacdenisSK2017-11-241-1/+24
* | Convert from macro to ? (#226)Mei Boudreau2017-11-233-10/+2
* | Add `before`/`after` middleware to `Command`acdenisSK2017-11-232-1/+36
* | Update dependenciesZeyla Hellyer2017-11-221-3/+3
* | Actually remove the `init` call in `CreateCommand`acdenisSK2017-11-211-5/+1
* | Add a way to execute code when a command is registeredacdenisSK2017-11-214-5/+20
* | Remove client close handleZeyla Hellyer2017-11-201-19/+38
* | Fix no-gateway compilationZeyla Hellyer2017-11-201-3/+1
* | Add `help()` to `CreateGroup`. (#225)Lakelezz2017-11-203-14/+35
* | Have `on`'s docs actually use itselfacdenisSK2017-11-201-4/+4
* | Add an impl for `Fn(&mut Context, &Message, Args)`acdenisSK2017-11-203-20/+13
* | Add guild invite to readmeZeyla Hellyer2017-11-191-1/+3
* | Add the `pub` modifieracdenisSK2017-11-191-3/+3
* | Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-194-179/+518
* | Add `model::Reaction::user`Zeyla Hellyer2017-11-181-3/+13
* | Add `model::Reaction::channel`Zeyla Hellyer2017-11-181-0/+15
* | Alphabetize Reaction methodsZeyla Hellyer2017-11-181-14/+14
* | Document that Reaction methods that hit the APIZeyla Hellyer2017-11-181-2/+8
* | Add a method to get a message from a reaction (#220)Maiddog2017-11-191-0/+10
* | Fix framework doctestsZeyla Hellyer2017-11-182-6/+6
* | Add `cmd` to `Create(Command|Group)`acdenisSK2017-11-183-19/+49
* | Use a private function to reduce repetitionacdenisSK2017-11-171-21/+11
* | docs.rs: compile all features for docsZeyla Hellyer2017-11-171-0/+3
* | Add the new game types (#219)Mei Boudreau2017-11-161-0/+62
* | Clarify some example 01 documentationZeyla Hellyer2017-11-161-4/+4
* | impl From<&Path> for http::AttachmentTypeZeyla Hellyer2017-11-162-0/+24
* | Fix doc-testsacdenisSK2017-11-166-14/+33
* | Document that application owners bypass checks (#218)Fenhl2017-11-161-0/+2
* | Change most of the framework to use trait-based-commandsacdenisSK2017-11-155-172/+243
* | Use the threadpool for framework command executionZeyla Hellyer2017-11-134-173/+326
* | Fix strange behaviour when the prefix has spaces (#215)Uninteresting Account2017-11-131-14/+10
* | Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)Fenhl2017-11-131-0/+18
* | Change PrivateChannel::say to use `Display` (#214)Fenhl2017-11-121-1/+1
* | Re-order use statements alphabeticallyZeyla Hellyer2017-11-1154-165/+151
* | Simplify Error's `Display` implZeyla Hellyer2017-11-111-11/+1
* | Make ShardManager::runners publicZeyla Hellyer2017-11-091-1/+5
* | Fix Shard::shard_info doctestZeyla Hellyer2017-11-091-3/+1
* | Fix parking_lot::{Mutex, RwLock} re-exportsZeyla Hellyer2017-11-092-4/+6
* | Fix doc-testsacdenisSK2017-11-084-53/+15
* | Fix indention for the docs (#213)Chris2017-11-081-6/+6
* | Add Debug derives to more public typesthelearnerofcode2017-11-075-5/+30
* | Into<String> -> DisplayacdenisSK2017-11-071-6/+6
* | Rename `list` to be consistent with `multiple_quoted`acdenisSK2017-11-061-2/+2
* | Actually, change `NeverFails` to a void enumacdenisSK2017-11-051-1/+1
* | Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-047-79/+37
* | Merge v0.4.3acdenisSK2017-11-0429-104/+556
|\|
| * Bump to v0.4.3v0.4.3Zeyla Hellyer2017-11-012-4/+50
| * Fix doctests for a variety of feature targetsZeyla Hellyer2017-11-016-9/+36