aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix rest::get_guilds doctestAustin Hellyer2016-12-031-3/+4
* s/rose_water/rosewaterAustin Hellyer2016-12-031-1/+1
* Make rest::edit_profile set new tokenAustin Hellyer2016-12-032-4/+22
* Add rose water colourIllia2016-12-031-0/+2
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-023-9/+74
* Encase the event storage in an Arc<RwLock>Austin Hellyer2016-12-022-77/+77
* Add Message::guild_id()Austin Hellyer2016-12-011-0/+17
* Add 'fooyoo' to Colour structIsaac Dickinson2016-12-011-1/+3
* Add fabled_pink to Colour structKen Swenson2016-12-011-0/+2
* Fix a typoAustin Hellyer2016-12-012-2/+2
* Simplify colour macroAustin Hellyer2016-12-011-3/+2
* Re-order dark_green colour alphabeticallykhazhyk2016-12-011-2/+2
* Capitalize the hex value for blitz_blueKisei2016-11-301-1/+1
* Add documentation for EditMember and EditProfileKisei2016-11-302-0/+15
* Make command macro functions publicAustin Hellyer2016-11-301-2/+2
* Fix start_integration_syncabalabahaha2016-11-301-2/+2
* Add blitz blue colorCrawl2016-11-301-0/+2
* Add Blurple to Colour listGetRektByMe2016-11-301-0/+2
* Add kerbal colourindiv02016-11-301-0/+2
* Re-order example Cargo.toml'sAustin Hellyer2016-11-301-1/+2
* Example should be no-runAustin Hellyer2016-11-301-1/+1
* Update readme exampleAustin Hellyer2016-11-301-1/+1
* Move the example in the readmeAustin Hellyer2016-11-301-29/+32
* Clarify some docsAustin Hellyer2016-11-304-45/+124
* Add remaining REST routesAustin Hellyer2016-11-303-8/+85
* Add documentation for examplesAustin Hellyer2016-11-292-9/+59
* Clean up the codebaseAustin Hellyer2016-11-2926-630/+309
* Add initial audio supportAustin Hellyer2016-11-2913-175/+586
* Remove duplicated gateway logicAustin Hellyer2016-11-293-37/+11
* Retrieve a new URL on reconnectAustin Hellyer2016-11-291-2/+4
* Use html_logo_url instead of a doc scriptAustin Hellyer2016-11-291-0/+1
* Add missing REST methodsAustin Hellyer2016-11-281-3/+31
* Re-order message builder fileAustin Hellyer2016-11-281-22/+21
* Optimize for cached, non-method compilesAustin Hellyer2016-11-283-13/+8
* Fix doctestsAustin Hellyer2016-11-282-4/+4
* Fix some clippy lintsAustin Hellyer2016-11-281-7/+7
* Add before/after framework command hooksIllia K2016-11-282-5/+33
* Improve docs and add new message builder methodsIllia K2016-11-2815-89/+262
* Correctly track Cache's unavailable guildsAustin Hellyer2016-11-271-0/+6
* Re-export CreateEmbedFooterKisei2016-11-271-0/+1
* Add Context, REST, and model documentationfwrs2016-11-274-4/+205
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-272-15/+38
* Voice example no longer requires 'extras'Austin Hellyer2016-11-262-7/+2
* Add a bit more docsAustin Hellyer2016-11-2613-25/+592
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-265-10/+32
* Remove the 'extras' feature flagAustin Hellyer2016-11-265-65/+4
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-1/+37
* Add Cache::get_guild_channelAustin Hellyer2016-11-261-0/+13
* More widely support no-cache method compilesAustin Hellyer2016-11-255-115/+174