aboutsummaryrefslogtreecommitdiff
path: root/definitions
Commit message (Expand)AuthorAgeFilesLines
* Add note about CurrentUser.mobileAustin Hellyer2017-01-091-0/+1
* Fix model doc linksAustin Hellyer2017-01-021-0/+1
* Fix typoIllia2016-12-312-3/+3
* Add guild and channel searchAustin Hellyer2016-12-292-0/+29
* Accept u64 shard countsAustin Hellyer2016-12-261-1/+1
* Fix current application decodingAustin Hellyer2016-12-181-2/+0
* Expose message webhook IdsIllia2016-12-181-0/+4
* Cleanup YAML definition layoutsAustin Hellyer2016-12-1546-185/+211
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-8/+8
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+11
* Add documentation for modelsIllia2016-12-0419-15/+197
* Allow Role positions to be negativeAustin Hellyer2016-12-011-2/+2
* Clean up the codebaseAustin Hellyer2016-11-292-2/+2
* Add Context, REST, and model documentationfwrs2016-11-277-1/+11
* Add a bit more docsAustin Hellyer2016-11-261-0/+5
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-257-14/+14
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-243-37/+39
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+17
* A bit of docsAustin Hellyer2016-11-181-1/+3
* Decode discriminators as stringsAustin Hellyer2016-11-171-2/+1
* Add a build decoder for u64s with a defaultAustin Hellyer2016-11-171-1/+1
* Embed Author: everything but 'name' is optionalAustin Hellyer2016-11-151-0/+2
* Decode embed/role colours into Colour structAustin Hellyer2016-11-142-6/+7
* EmbedAuthor 'url' is optionalAustin Hellyer2016-11-141-0/+1
* Implementing missing HTTP methodsAustin Hellyer2016-11-103-0/+78
* Add a Feature enumAustin Hellyer2016-11-093-2/+27
* Correctly decode Group channel IDsAustin Hellyer2016-11-091-0/+1
* Fix message decoding with reactionsAustin Hellyer2016-11-091-0/+1
* Fix build script for optional defaulted u64sAustin Hellyer2016-11-081-1/+1
* Make all Embed fields except for 'kind' optionalAustin Hellyer2016-11-081-0/+7
* Re-order MessageType definitionAustin Hellyer2016-11-071-8/+8
* Register MessageType 6: PinsAddAustin Hellyer2016-11-071-0/+2
* Add webhook supportAustin Hellyer2016-11-079-1/+173
* Message reactions array doesn't exist if emptyAustin Hellyer2016-11-061-0/+1
* Add some more documentationAustin Hellyer2016-11-063-9/+10
* Add missing voice region fields + add docsAustin Hellyer2016-11-051-2/+17
* Finalize invite-related documentationAustin Hellyer2016-11-052-5/+50
* Add message reactionsAustin Hellyer2016-11-053-38/+95
* Initial commitAustin Hellyer2016-10-1857-0/+1253