index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add use_cached to Attachment.to_file
Maku
2020-04-04
1
-2
/
+12
*
Fix crashes when Message.guild is Object
Rapptz
2020-02-16
1
-2
/
+2
*
Explicitly check for guild object
Merlintor
2020-01-26
1
-1
/
+2
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-0
/
+6
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-3
/
+3
*
Update attachment documentation for width/height applying to videos too
Rapptz
2020-01-20
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Document NotFound exception raise in message deletion endpoints
Rapptz
2020-01-18
1
-0
/
+2
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
1
-0
/
+43
*
Add Attachment.to_file to easily send an attachment.
Rapptz
2020-01-03
1
-0
/
+27
*
Remove unnecessary pass using regex in Message.clean_content
Rapptz
2019-12-25
1
-12
/
+1
*
Use discord.utils.escape_mentions as last step of
Michael H
2019-12-25
1
-1
/
+4
*
Implement discord.MessageFlags
NCPlayz
2019-12-20
1
-4
/
+34
*
Document the exception-suppressing behaviour of Message.delete
Io Mintz
2019-12-17
1
-1
/
+1
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-1
/
+1
*
Move PartialEmoji over to a new namespace to avoid circular imports
Rapptz
2019-11-20
1
-1
/
+2
*
Fix broken versionadded in Message.is_system()
Steve C
2019-09-10
1
-1
/
+1
*
Add Message.is_system to more intuitively filter system messages.
Rapptz
2019-08-27
1
-0
/
+7
*
Add CHANNEL_FOLLOW_ADD Message Type
Dice
2019-08-27
1
-0
/
+3
*
Add upgraded Member to Message.mentions in case of no cache.
Rapptz
2019-07-10
1
-5
/
+9
*
Different method of upgrading user instances
Rapptz
2019-07-10
1
-0
/
+3
*
Fix regression where Message.edited_at would not update during edits
Rapptz
2019-07-05
1
-0
/
+3
*
Add support for suppressing embeds.
Rapptz
2019-06-29
1
-6
/
+19
*
Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events
Rapptz
2019-06-07
1
-21
/
+67
*
Improve documentation
NCPlayz
2019-06-07
1
-16
/
+14
*
Add support for new message types related to premium guilds.
Rapptz
2019-06-04
1
-0
/
+12
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-1
/
+4
*
Add note for Message.tts
Rapptz
2019-05-25
1
-0
/
+2
*
Fix pluralization errors in various files
Ehren Julien-Neitzert
2019-05-23
1
-2
/
+2
*
Proper location of versionadded
Rapptz
2019-04-29
1
-2
/
+2
*
Add read method to attachment objects
Vexs
2019-04-29
1
-2
/
+37
*
Make Message.ack an actual coroutine function.
Rapptz
2019-04-20
1
-2
/
+2
*
Add versionchanged to Message.delete
Rapptz
2019-04-18
1
-0
/
+3
*
Add delay kwarg to message.delete()
Vexs
2019-04-18
1
-10
/
+19
*
Add support for <:name:id> format for adding reactions
Vexs
2019-04-17
1
-1
/
+3
*
Internal consistency with message related HTTPClient methods
Rapptz
2019-04-14
1
-5
/
+5
*
Missing a word in Attachment.save
Rapptz
2019-04-08
1
-2
/
+2
*
Add note about escape_markdown in Message.clean_content
Rapptz
2019-04-06
1
-0
/
+6
*
Fix Attachment.save wording nit.
Rapptz
2019-04-06
1
-3
/
+4
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-1
/
+1
*
Organise documentation
NCPlayz
2019-03-19
1
-5
/
+5
*
Support path-like objects in Attachment.save.
Rapptz
2019-03-13
1
-5
/
+6
*
Expose Embed.from_data as Embed.from_dict
Rapptz
2019-03-13
1
-1
/
+1
*
Revert default parameter use_cached of Attachment.save back to False.
Rapptz
2019-03-10
1
-1
/
+1
*
Have use_cached=True by default for Attachment.save.
Rapptz
2019-03-06
1
-8
/
+8
*
Added cached saving for attachments
Maku
2019-03-06
1
-3
/
+9
*
Update Member.joined_at on MESSAGE_CREATE and document it can be None.
Rapptz
2019-02-27
1
-1
/
+16
*
Manually calculate millisceond epoch rather than bitshifting
slice
2019-02-15
1
-4
/
+6
*
Fix system_content returning incorrect join messages
slice
2019-02-15
1
-4
/
+6
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
[next]