aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild.rs
Commit message (Expand)AuthorAgeFilesLines
* Rework the models directoryZeyla Hellyer2017-03-251-2587/+0
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-0/+16
* Pass by reference where possibleZeyla Hellyer2017-02-281-16/+16
* Update doctests for Context changesZeyla Hellyer2017-02-151-4/+6
* Optimize cachingZeyla Hellyer2017-02-091-68/+86
* Update examples for OOP updateAustin Hellyer2017-01-261-11/+4
* Make Guild::create_channel return a GuildChannelAustin Hellyer2017-01-251-3/+3
* Fix docs linksAustin Hellyer2017-01-241-15/+16
* Properly drop on bindsAustin Hellyer2017-01-241-6/+6
* Abstract large threshold number to a constantAustin Hellyer2017-01-241-1/+2
* Rename 'webhooks' methods to 'get_webhooks'Austin Hellyer2017-01-241-30/+30
* Use Id methods where possibleAustin Hellyer2017-01-241-34/+19
* Add GuildId::as_channel_id()Austin Hellyer2017-01-231-0/+6
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-236/+1482
* Make a single POST on guild role createAustin Hellyer2017-01-181-4/+1
* First round of deleting useless methodsAustin Hellyer2017-01-151-20/+1
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-1/+1
* Fix buildIllia2017-01-111-1/+1
* Add Message.content_safe and fix distinct method not being included in User.Illia2017-01-111-0/+6
* Update icons/splashes to be WEBPAustin Hellyer2017-01-081-6/+6
* Alphabetize model method namesAustin Hellyer2017-01-081-40/+39
* Code style cleanupAustin Hellyer2017-01-081-3/+3
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
* Fix typoIllia2016-12-311-1/+1
* Add guild and channel searchAustin Hellyer2016-12-291-3/+155
* Use conditional blocks over macrosAustin Hellyer2016-12-291-22/+33
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-3/+10
* Add guild splash URL methodsAustin Hellyer2016-12-171-0/+23
* Add emoji URL generation methodsAustin Hellyer2016-12-121-0/+7
* More config for CreateCommand, add various methodsIllia2016-12-101-34/+34
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-7/+4
* Change all try's into ?sacdenisSK2016-12-071-47/+47
* Improve Mentions, fix MessageBuilderIllia2016-12-061-5/+0
* Add documentation for modelsIllia2016-12-041-1/+1
* 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
* Clean up the codebaseAustin Hellyer2016-11-291-10/+6
* Optimize for cached, non-method compilesAustin Hellyer2016-11-281-2/+2
* More widely support no-cache method compilesAustin Hellyer2016-11-251-58/+79
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-26/+26
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-18/+20
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-12/+12
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-6/+6
* Rename the State to CacheAustin Hellyer2016-11-221-15/+15
* Add Member::roles()Austin Hellyer2016-11-201-0/+20