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
*
Completely update member references from message inner members.
Rapptz
2020-09-17
1
-2
/
+1
*
Added __eq__ to Message
Andres Torres
2020-09-04
1
-0
/
+3
*
Fixed a typo in message unpinning docs
ELginas
2020-08-05
1
-1
/
+1
*
Update message references in AutoShardedConnectionState
Rapptz
2020-07-25
1
-0
/
+8
*
Allow more methods to set an audit log reason
Nadir Chowdhury
2020-06-30
1
-4
/
+18
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-1
/
+1
*
Update Message.system_content join strings to be up to date.
Rapptz
2020-06-27
1
-37
/
+11
*
Add spoiler keyword argument to Attachment.to_file
Zomatree
2020-05-23
1
-2
/
+6
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
1
-1
/
+1
*
add support for allowed_mentions with message edit
StarrFox
2020-05-10
1
-0
/
+16
*
Make use_cached keyword only
Rapptz
2020-05-03
1
-2
/
+2
*
Add versionadded to Attachment.to_file use_cached param
Josh
2020-05-02
1
-0
/
+2
*
Edit message publish documentation
Kowlin
2020-04-14
1
-5
/
+2
*
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
[next]