aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Fix model doc linksAustin Hellyer2017-01-021-3/+4
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
* Add Message::guild() helperAustin Hellyer2016-12-311-3/+15
* Fix typoIllia2016-12-313-4/+4
* Add command alias support and command.exampletaavi?2016-12-291-2/+0
* Add guild and channel searchAustin Hellyer2016-12-294-8/+321
* Use conditional blocks over macrosAustin Hellyer2016-12-294-56/+84
* Add user static avatar url methodsAustin Hellyer2016-12-281-0/+16
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
* Support webp/gif avatarsAustin Hellyer2016-12-281-4/+24
* Accept u64 shard countsAustin Hellyer2016-12-261-3/+3
* Match event namesAustin Hellyer2016-12-221-107/+63
* Simplify event decodingAustin Hellyer2016-12-221-62/+62
* Abstract event decoders to associated functionsAustin Hellyer2016-12-221-260/+682
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-3/+10
* Fix a typo in UserId::find docsAustin Hellyer2016-12-181-1/+1
* Fix Message::delete()Austin Hellyer2016-12-181-7/+7
* Expose message webhook IdsIllia2016-12-181-0/+6
* Add guild splash URL methodsAustin Hellyer2016-12-171-0/+23
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-171-3/+3
* Fix User::avatar_url + add Id display testsAustin Hellyer2016-12-151-2/+2
* Implement command groups and bucketsIllia2016-12-131-1/+1
* Add emoji URL generation methodsAustin Hellyer2016-12-122-0/+16
* More config for CreateCommand, add various methodsIllia2016-12-107-100/+136
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-106-27/+35
* Fix some clippy lintsAustin Hellyer2016-12-093-6/+6
* Change all try's into ?sacdenisSK2016-12-079-279/+276
* Allow mentionable structs to be used as command argumentsIllia2016-12-072-1/+89
* Improve Mentions, fix MessageBuilderIllia2016-12-066-101/+48
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-0/+2
* Add documentation for modelsIllia2016-12-042-3/+7
* Import this import _again_Austin Hellyer2016-12-031-0/+2
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-18/+7
* Add Member::colourIllia2016-12-031-9/+34
* Add Role Eq/Ord implsAustin Hellyer2016-12-031-0/+33
* Add Member.colourIllia2016-12-031-0/+11
* Add User::distinctIllia K2016-12-031-0/+5
* Add CurrentUser::editAustin Hellyer2016-12-031-1/+46
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-0/+7
* Add Message::guild_id()Austin Hellyer2016-12-011-0/+17
* Clarify some docsAustin Hellyer2016-11-301-0/+15
* Clean up the codebaseAustin Hellyer2016-11-297-165/+137
* Add initial audio supportAustin Hellyer2016-11-291-14/+9
* Optimize for cached, non-method compilesAustin Hellyer2016-11-283-13/+8
* Improve docs and add new message builder methodsIllia K2016-11-284-6/+46
* Add Context, REST, and model documentationfwrs2016-11-272-0/+3
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-1/+0
* Add a bit more docsAustin Hellyer2016-11-261-0/+1
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-262-4/+6
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-3/+0