aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel.rs
Commit message (Expand)AuthorAgeFilesLines
* Rework the models directoryZeyla Hellyer2017-03-251-2723/+0
* aZeyla Hellyer2017-03-011-4/+1
* Add Message::guild()Zeyla Hellyer2017-03-011-0/+16
* Pass by reference where possibleZeyla Hellyer2017-02-281-15/+15
* Standardize message editing methodsZeyla Hellyer2017-02-271-33/+152
* Remove sending message noncesZeyla Hellyer2017-02-271-1/+0
* Add missing send_file/send_message implsZeyla Hellyer2017-02-251-4/+144
* Update doctests for Context changesZeyla Hellyer2017-02-151-7/+7
* Add 'say' to Group, GuildChannel, PrivateChannelZeyla Hellyer2017-02-131-7/+61
* Remove most Context methodsZeyla Hellyer2017-02-121-0/+21
* Optimize cachingZeyla Hellyer2017-02-091-31/+37
* Remove MessageId::get_reaction_usersAustin Hellyer2017-02-071-34/+1
* Standardize methods for creating messagesAustin Hellyer2017-02-051-16/+8
* Update examples for OOP updateAustin Hellyer2017-01-261-17/+19
* Fix docs linksAustin Hellyer2017-01-241-24/+28
* Rename 'webhooks' methods to 'get_webhooks'Austin Hellyer2017-01-241-20/+20
* Use Id methods where possibleAustin Hellyer2017-01-241-24/+11
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-123/+1240
* Add back Message::guild_id()Austin Hellyer2017-01-161-0/+13
* First round of deleting useless methodsAustin Hellyer2017-01-151-125/+2
* Clarify that messages can't be older than 2 weeks.Illia2017-01-141-2/+6
* Fix buildIllia2017-01-111-6/+6
* Add Message.content_safe and fix distinct method not being included in User.Illia2017-01-111-0/+27
* Update icons/splashes to be WEBPAustin Hellyer2017-01-081-1/+1
* Simplify Reaction::delete()Austin Hellyer2017-01-081-10/+9
* Alphabetize model method namesAustin Hellyer2017-01-081-26/+32
* Code style cleanupAustin Hellyer2017-01-081-4/+4
* Fix model doc linksAustin Hellyer2017-01-021-3/+4
* Add Message::guild() helperAustin Hellyer2016-12-311-3/+15
* Fix typoIllia2016-12-311-1/+1
* Add command alias support and command.exampletaavi?2016-12-291-2/+0
* Add guild and channel searchAustin Hellyer2016-12-291-2/+115
* Use conditional blocks over macrosAustin Hellyer2016-12-291-24/+36
* Fix Message::delete()Austin Hellyer2016-12-181-7/+7
* Expose message webhook IdsIllia2016-12-181-0/+6
* More config for CreateCommand, add various methodsIllia2016-12-101-46/+71
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-4/+5
* Fix some clippy lintsAustin Hellyer2016-12-091-2/+2
* Change all try's into ?sacdenisSK2016-12-071-50/+50
* Improve Mentions, fix MessageBuilderIllia2016-12-061-8/+1
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-0/+2
* Add Message::guild_id()Austin Hellyer2016-12-011-0/+17
* Clean up the codebaseAustin Hellyer2016-11-291-7/+6
* Optimize for cached, non-method compilesAustin Hellyer2016-11-281-4/+6
* Improve docs and add new message builder methodsIllia K2016-11-281-1/+25
* More widely support no-cache method compilesAustin Hellyer2016-11-251-49/+70
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-17/+17
* Fix permission check on Message::deleteAustin Hellyer2016-11-251-8/+2
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-31/+31
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-37/+51