aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder
Commit message (Expand)AuthorAgeFilesLines
* Use constant for preset permissionsZeyla Hellyer2017-05-021-2/+2
* Switch to using serde for deserializationZeyla Hellyer2017-04-119-198/+268
* Remove selfbot supportZeyla Hellyer2017-04-053-322/+1
* Update search paramsZeyla Hellyer2017-03-252-201/+135
* Remove sending message noncesZeyla Hellyer2017-02-271-10/+0
* Add missing send_file/send_message implsZeyla Hellyer2017-02-251-3/+10
* Update doctests for Context changesZeyla Hellyer2017-02-155-15/+14
* Add method to EditGuild to transfer ownershipZeyla Hellyer2017-02-071-1/+8
* Remove lifetime on SearchZeyla Hellyer2017-02-071-4/+4
* Fix docs linksAustin Hellyer2017-01-247-17/+21
* Convert Colour to be a tuple structAustin Hellyer2017-01-132-2/+2
* Fix rs suffixIllia2017-01-052-2/+2
* Implement context message queueingTaavi2017-01-011-6/+5
* Fix doctestAustin Hellyer2016-12-311-12/+17
* Fix typoIllia2016-12-311-2/+2
* Add guild and channel searchAustin Hellyer2016-12-292-0/+381
* Remove image/thumbnail embed buildersAustin Hellyer2016-12-182-84/+13
* Allow time::Tm to be passed into embed timestampAustin Hellyer2016-12-181-9/+44
* No Z or +XX:XXChristopher F2016-12-181-3/+4
* Add documentation regarding ISO-8601 to embedsChristopher F2016-12-181-0/+7
* Implement command groups and bucketsIllia2016-12-131-1/+1
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Deprecate embed image/thumbnail height/widthAustin Hellyer2016-12-091-36/+10
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-1/+70
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-1/+22
* Add documentation for modelsIllia2016-12-041-3/+8
* Add documentation for EditMember and EditProfileKisei2016-11-302-0/+15
* Clean up the codebaseAustin Hellyer2016-11-292-37/+0
* Improve docs and add new message builder methodsIllia K2016-11-282-16/+4
* Re-export CreateEmbedFooterKisei2016-11-271-0/+1
* Add a bit more docsAustin Hellyer2016-11-262-5/+110
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-10/+4
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* 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
* Don't typo CreateEmbed::image fieldAustin Hellyer2016-11-211-1/+1
* Add support for creating embed imagesAustin Hellyer2016-11-212-0/+49
* A bit of docsAustin Hellyer2016-11-184-2/+68
* Add send_message rich embedsAustin Hellyer2016-11-153-21/+340
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-4/+10
* Add a message builder for Context::send_messageAustin Hellyer2016-11-152-0/+73
* Decode embed/role colours into Colour structAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-1310-0/+637