aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
Commit message (Expand)AuthorAgeFilesLines
* Fix broken versionadded in Message.is_system()Steve C2019-09-101-1/+1
* Add Message.is_system to more intuitively filter system messages.Rapptz2019-08-271-0/+7
* Add CHANNEL_FOLLOW_ADD Message TypeDice2019-08-271-0/+3
* Add upgraded Member to Message.mentions in case of no cache.Rapptz2019-07-101-5/+9
* Different method of upgrading user instancesRapptz2019-07-101-0/+3
* Fix regression where Message.edited_at would not update during editsRapptz2019-07-051-0/+3
* Add support for suppressing embeds.Rapptz2019-06-291-6/+19
* Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE eventsRapptz2019-06-071-21/+67
* Improve documentationNCPlayz2019-06-071-16/+14
* Add support for new message types related to premium guilds.Rapptz2019-06-041-0/+12
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-1/+4
* Add note for Message.ttsRapptz2019-05-251-0/+2
* Fix pluralization errors in various filesEhren Julien-Neitzert2019-05-231-2/+2
* Proper location of versionaddedRapptz2019-04-291-2/+2
* Add read method to attachment objectsVexs2019-04-291-2/+37
* Make Message.ack an actual coroutine function.Rapptz2019-04-201-2/+2
* Add versionchanged to Message.deleteRapptz2019-04-181-0/+3
* Add delay kwarg to message.delete()Vexs2019-04-181-10/+19
* Add support for <:name:id> format for adding reactionsVexs2019-04-171-1/+3
* Internal consistency with message related HTTPClient methodsRapptz2019-04-141-5/+5
* Missing a word in Attachment.saveRapptz2019-04-081-2/+2
* Add note about escape_markdown in Message.clean_contentRapptz2019-04-061-0/+6
* Fix Attachment.save wording nit.Rapptz2019-04-061-3/+4
* Redesign asset retrieval in the library.NCPlayz2019-04-061-1/+1
* Organise documentationNCPlayz2019-03-191-5/+5
* Support path-like objects in Attachment.save.Rapptz2019-03-131-5/+6
* Expose Embed.from_data as Embed.from_dictRapptz2019-03-131-1/+1
* Revert default parameter use_cached of Attachment.save back to False.Rapptz2019-03-101-1/+1
* Have use_cached=True by default for Attachment.save.Rapptz2019-03-061-8/+8
* Added cached saving for attachmentsMaku2019-03-061-3/+9
* Update Member.joined_at on MESSAGE_CREATE and document it can be None.Rapptz2019-02-271-1/+16
* Manually calculate millisceond epoch rather than bitshiftingslice2019-02-151-4/+6
* Fix system_content returning incorrect join messagesslice2019-02-151-4/+6
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add support for spoiler attachments.Rapptz2018-12-141-0/+4
* Update Message.mention_everyone docs to include @hereLaurenz2018-12-141-3/+3
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-2/+2
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-1/+1
* Change docstrings to raw-stringsBeatButton2018-09-141-2/+2
* Fix behavior of reaction type-conversionBryan Forbes2018-08-251-1/+2
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-7/+7
* [lint] Remove unnecessary lambdasHornwitser2018-08-221-1/+1
* [lint] Remove unused importsHornwitser2018-08-221-1/+1
* Update Message.author doctringDunkledore2018-08-221-1/+1
* message: de-duplicate reaction type conversionbmintz2018-07-311-23/+15
* Change jump_to_url to jump_url and fix format.Rapptz2018-06-291-2/+2
* Remove dead package references.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-30/+21
* Add Message.jump_to_urlRapptz2018-06-101-0/+6
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-8/+12