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
*
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
*
Filter null mentions when creating a Message.
Rapptz
2018-04-20
1
-1
/
+1
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-1
/
+24
*
Add seek_begin keyword argument to Attachment.save
Rapptz
2018-02-13
1
-2
/
+8
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
1
-5
/
+5
*
Add intersphinx
Tobotimus
2018-01-06
1
-16
/
+16
*
Added a missing "to" in Message.raw_mentions documentation.
Chkoupinator
2018-01-06
1
-1
/
+1
*
Fix typo in Message.embeds documentation.
CloudNineK
2018-01-06
1
-1
/
+1
*
Use the proper endpoint for removing your own reaction.
Rapptz
2017-12-21
1
-1
/
+4
*
Update system_content strings for MessageType.new_member.
Rapptz
2017-08-17
1
-22
/
+40
*
Remove reason keyword argument from message deletion.
Rapptz
2017-08-15
1
-7
/
+2
*
Add delete_after to 'edit'.
MysterialPy
2017-08-15
1
-1
/
+21
*
Message content is Optional in Message.edit.
Rapptz
2017-07-10
1
-1
/
+2
*
Allow PartialReactionEmoji in add_reaction and remove_reaction.
Rapptz
2017-07-02
1
-3
/
+7
*
Fix Message.remove_reaction and Message.add_reaction taking in Reaction
Rapptz
2017-07-02
1
-4
/
+6
*
Actually expose Message.webhook_id.
Rapptz
2017-06-24
1
-0
/
+1
*
Implement "partial" message events.
Rapptz
2017-06-09
1
-6
/
+4
*
Writing to files is 'wb' not 'rb'.
Rapptz
2017-05-30
1
-1
/
+1
*
Implement an Attachment model.
Rapptz
2017-05-30
1
-3
/
+72
*
Kill remaining references to discord.Channel in documentation.
Rapptz
2017-05-19
1
-1
/
+1
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-7
/
+7
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-2
/
+7
*
Change some format usage to use %-formatting.
Rapptz
2017-05-04
1
-4
/
+4
*
Allow using Reaction objects while adding or removing reactions.
Rapptz
2017-04-21
1
-6
/
+10
*
Support for new member message types.
Rapptz
2017-04-21
1
-0
/
+28
*
Remove unused imports.
Rapptz
2017-04-18
1
-9
/
+2
*
Speed up message update handling.
Rapptz
2017-03-14
1
-8
/
+11
*
Remove Message.edited_timestamp in favour of Message.edited_at
Rapptz
2017-03-14
1
-5
/
+8
*
Add support for message acking.
Rapptz
2017-02-27
1
-1
/
+21
*
Fix bug with Message.role_mentions always being empty.
Rapptz
2017-02-13
1
-1
/
+1
*
Call message edit handlers after attempting to patch individual fields
Rapptz
2017-02-09
1
-6
/
+6
*
Fix more places where server is used instead of guild in docstrings.
Rapptz
2017-02-08
1
-2
/
+2
*
Remove unused Message._handle_upgrades function.
Rapptz
2017-01-29
1
-17
/
+0
*
Allow removing an embed in Message.edit
Rapptz
2017-01-29
1
-5
/
+20
[next]