aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Filter null mentions when creating a Message.Rapptz2018-04-201-1/+1
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-1/+24
* Add seek_begin keyword argument to Attachment.saveRapptz2018-02-131-2/+8
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-5/+5
* Add intersphinxTobotimus2018-01-061-16/+16
* Added a missing "to" in Message.raw_mentions documentation.Chkoupinator2018-01-061-1/+1
* Fix typo in Message.embeds documentation.CloudNineK2018-01-061-1/+1
* Use the proper endpoint for removing your own reaction.Rapptz2017-12-211-1/+4
* Update system_content strings for MessageType.new_member.Rapptz2017-08-171-22/+40
* Remove reason keyword argument from message deletion.Rapptz2017-08-151-7/+2
* Add delete_after to 'edit'.MysterialPy2017-08-151-1/+21
* Message content is Optional in Message.edit.Rapptz2017-07-101-1/+2
* Allow PartialReactionEmoji in add_reaction and remove_reaction.Rapptz2017-07-021-3/+7
* Fix Message.remove_reaction and Message.add_reaction taking in ReactionRapptz2017-07-021-4/+6
* Actually expose Message.webhook_id.Rapptz2017-06-241-0/+1
* Implement "partial" message events.Rapptz2017-06-091-6/+4
* Writing to files is 'wb' not 'rb'.Rapptz2017-05-301-1/+1
* Implement an Attachment model.Rapptz2017-05-301-3/+72
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-1/+1
* First pass at documentation reform.Rapptz2017-05-121-7/+7
* Add support for audit log reasons.Rapptz2017-05-071-2/+7
* Change some format usage to use %-formatting.Rapptz2017-05-041-4/+4
* Allow using Reaction objects while adding or removing reactions.Rapptz2017-04-211-6/+10
* Support for new member message types.Rapptz2017-04-211-0/+28
* Remove unused imports.Rapptz2017-04-181-9/+2
* Speed up message update handling.Rapptz2017-03-141-8/+11
* Remove Message.edited_timestamp in favour of Message.edited_atRapptz2017-03-141-5/+8
* Add support for message acking.Rapptz2017-02-271-1/+21
* Fix bug with Message.role_mentions always being empty.Rapptz2017-02-131-1/+1
* Call message edit handlers after attempting to patch individual fieldsRapptz2017-02-091-6/+6
* Fix more places where server is used instead of guild in docstrings.Rapptz2017-02-081-2/+2
* Remove unused Message._handle_upgrades function.Rapptz2017-01-291-17/+0
* Allow removing an embed in Message.editRapptz2017-01-291-5/+20