aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid an unwrap in args::parse_quotesZeyla Hellyer2017-12-161-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-1618-111/+120
* Fix compilation of examplesZeyla Hellyer2017-12-162-4/+7
* Fix voice feature compilationZeyla Hellyer2017-12-165-5/+6
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-162-18/+48
* Break up the model moduleZeyla Hellyer2017-12-1675-428/+525
* Fix guild deserialization testsZeyla Hellyer2017-12-162-3/+5
* Fix compilation of example 07Zeyla Hellyer2017-12-163-24/+8
* Revamp the internals of `Args`acdenisSK2017-12-164-133/+157
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-154-2/+11
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Remove the `Box<Command>` implacdenisSK2017-12-111-22/+0
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-095-1/+17
* Fix syntax highlighting in READMEJędrzej2017-12-091-1/+1
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-093-33/+41
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-093-3/+25
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Release v0.4.4 hotfixv0.4.4Zeyla Hellyer2017-12-092-1/+15
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* | Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* | Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Fix whitespacing and change `and` to `or`. (#228)Lakelezz2017-11-301-2/+2
* | 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