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
*
Update docs for (Partial)Message.publish to reflect the actual permissions ne...
Alex Nørgaard
2021-05-15
1
-1
/
+3
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-3
/
+21
*
Fix typings in message.py
Rapptz
2021-05-05
1
-5
/
+5
*
Fix supressing messages leading a 400 error
Rapptz
2021-05-01
1
-1
/
+1
*
Reformat message.py file
Rapptz
2021-05-01
1
-21
/
+71
*
Add types to PartialMessage
Rapptz
2021-05-01
1
-23
/
+15
*
Add typings for message related classes
Zomatree
2021-05-01
1
-89
/
+116
*
Add support for editing message attachments
Rapptz
2021-04-21
1
-0
/
+27
*
Add `MessageType.guild_invite_reminder`
Nadir Chowdhury
2021-04-18
1
-0
/
+3
*
Add missing reprs to some objects
Steve C
2021-04-17
1
-0
/
+3
*
Refactor save() and read() into AssetMixin
Rapptz
2021-04-17
1
-1
/
+1
*
Use default allowed_mentions in Message.edit
Rapptz
2021-04-16
1
-1
/
+2
*
Revert Attachment.save code to prior implementation
Rapptz
2021-04-16
1
-2
/
+2
*
Rewrite Asset design
Rapptz
2021-04-16
1
-2
/
+2
*
Restrict snowflake regexes to 15-20 digits
Nadir Chowdhury
2021-04-16
1
-3
/
+3
*
[docs] Fix various unresolved references
Nadir Chowdhury
2021-04-15
1
-3
/
+3
*
Fix fail_if_not_exists not being set when constructed with state
Rapptz
2021-04-14
1
-0
/
+1
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-14
/
+14
*
Use `asyncio.create_task` over `asyncio.ensure_future`
Nadir Chowdhury
2021-04-05
1
-1
/
+1
*
Fix versionadded not showing in docs for Attachment.content_type
Logan
2021-04-05
1
-1
/
+1
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-5
/
+2
*
Remove userbot functionality
Rapptz
2021-04-04
1
-66
/
+2
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-16
/
+14
*
Add content_type to Attachment
Zomatree
2021-04-03
1
-1
/
+6
*
Add support for fail_if_not_exists in MessageReference
Lilly Rose Berner
2021-03-30
1
-6
/
+28
*
Add remove_markdown helper function
Edwin
2021-03-28
1
-3
/
+3
*
Make Attachment hashable and castable to str
Rapptz
2021-03-25
1
-1
/
+25
*
remove trailing whitespace
Nadir Chowdhury
2021-03-13
1
-2
/
+2
*
Fix typo with guild_discovery_grace_period_final_warning
Nadir Chowdhury
2021-03-02
1
-1
/
+1
*
Add remaining v6 message types
Nadir Chowdhury
2021-02-23
1
-0
/
+15
*
Deprecate non-bot methods
Nadir Chowdhury
2021-02-23
1
-0
/
+6
*
Clarify Message.nonce documentation
Rapptz
2021-02-18
1
-1
/
+1
*
Ensure Message.call is None by default
Peter Delevoryas
2021-02-06
1
-0
/
+1
*
Add MessageReference.jump_url
z03h
2021-01-17
1
-0
/
+9
*
PartialMessage.edit returns a full Message
Anurag Singh
2021-01-15
1
-1
/
+99
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Capitalize Discord in docs of message related attributes
Misa
2020-12-26
1
-2
/
+2
*
Allow PartialMessage to work with DM channels as well
Rapptz
2020-12-11
1
-9
/
+9
*
Export to_message_reference_dict to make PartialMessage.reply work
Rapptz
2020-12-11
1
-0
/
+1
*
Add operations you can do to a Message and PartialMessage to docs
Rapptz
2020-12-11
1
-1
/
+27
*
Add PartialMessage to allow working with channel/message_id pairs.
Rapptz
2020-12-11
1
-21
/
+119
*
Revert Message.edit logic that deals with allowed_mentions
Rapptz
2020-12-08
1
-26
/
+11
*
Fix embed suppression when using client-wide allowed_mentions
Lilly Rose Berner
2020-12-08
1
-1
/
+1
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-1
/
+0
*
Fix Message.to_reference from the MessageReference changes
Rapptz
2020-11-27
1
-1
/
+3
*
Correct docstring missing ]
Rapptz
2020-11-27
1
-1
/
+1
*
Added MessageReference.resolved attribute to get replied to message
Rapptz
2020-11-27
1
-2
/
+65
*
Allow MessageReference to be constructible by users
Rapptz
2020-11-27
1
-6
/
+22
*
Code cleanup involving enums and message replies
Rapptz
2020-11-27
1
-2
/
+70
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
1
-46
/
+77
[next]