aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* More config for CreateCommand, add various methodsIllia2016-12-101-24/+24
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Deprecate embed image/thumbnail height/widthAustin Hellyer2016-12-091-36/+10
* Abstract command fields to typesAustin Hellyer2016-12-091-15/+13
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-0/+46
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-1/+70
* Change all try's into ?sacdenisSK2016-12-072-9/+9
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+83
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-1/+22
* Add documentation for modelsIllia2016-12-041-3/+8
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-2/+1
* Derive Eq/Ord on ColourAustin Hellyer2016-12-031-1/+14
* Make the default Colour value the actual defaultAustin Hellyer2016-12-031-2/+2
* s/rose_water/rosewaterAustin Hellyer2016-12-031-1/+1
* Add rose water colourIllia2016-12-031-0/+2
* Add 'fooyoo' to Colour structIsaac Dickinson2016-12-011-1/+3
* Add fabled_pink to Colour structKen Swenson2016-12-011-0/+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
* Add blitz blue colorCrawl2016-11-301-0/+2
* Add Blurple to Colour listGetRektByMe2016-11-301-0/+2
* Add kerbal colourindiv02016-11-301-0/+2
* Clean up the codebaseAustin Hellyer2016-11-294-99/+3
* Re-order message builder fileAustin Hellyer2016-11-281-22/+21
* Fix some clippy lintsAustin Hellyer2016-11-281-7/+7
* Improve docs and add new message builder methodsIllia K2016-11-284-30/+171
* Re-export CreateEmbedFooterKisei2016-11-271-0/+1
* Add a bit more docsAustin Hellyer2016-11-263-6/+110
* Remove the 'extras' feature flagAustin Hellyer2016-11-263-61/+4
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-252-6/+6
* Rename the `http` module to `rest`Austin Hellyer2016-11-252-5/+5
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-2/+2
* Ensure embed fields are inline by defaultAustin Hellyer2016-11-231-1/+1
* Rename the State to CacheAustin Hellyer2016-11-221-47/+47
* Don't typo CreateEmbed::image fieldAustin Hellyer2016-11-211-1/+1
* Add support for creating embed imagesAustin Hellyer2016-11-212-0/+49
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-71/+57
* A bit of docsAustin Hellyer2016-11-187-36/+302
* Feature macros should use else as block separatorAustin Hellyer2016-11-181-4/+4
* Add Colour::from_rgbAustin Hellyer2016-11-161-0/+34
* Add send_message rich embedsAustin Hellyer2016-11-153-21/+340
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-153-83/+321
* Add a message builder for Context::send_messageAustin Hellyer2016-11-152-0/+73
* Decode embed/role colours into Colour structAustin Hellyer2016-11-142-1/+12
* Add voice connection supportAustin Hellyer2016-11-141-1/+50
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-1311-0/+639
* Fix some clippy lintsAustin Hellyer2016-11-101-0/+3