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
*
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
*
Add support for spoiler attachments.
Rapptz
2018-12-14
1
-0
/
+4
*
Update Message.mention_everyone docs to include @here
Laurenz
2018-12-14
1
-3
/
+3
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-2
/
+2
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-1
/
+1
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-2
/
+2
*
Fix behavior of reaction type-conversion
Bryan Forbes
2018-08-25
1
-1
/
+2
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-7
/
+7
*
[lint] Remove unnecessary lambdas
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+1
*
Update Message.author doctring
Dunkledore
2018-08-22
1
-1
/
+1
*
message: de-duplicate reaction type conversion
bmintz
2018-07-31
1
-23
/
+15
*
Change jump_to_url to jump_url and fix format.
Rapptz
2018-06-29
1
-2
/
+2
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-30
/
+21
*
Add Message.jump_to_url
Rapptz
2018-06-10
1
-0
/
+6
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-8
/
+12
[next]