Rapptz
a183c4f752
Completely update member references from message inner members.
Fixes #5819
5 years ago
Andres Torres
39aa08ab93
Added __eq__ to Message
5 years ago
ELginas
891531fac0
Fixed a typo in message unpinning docs
5 years ago
Rapptz
ec3c3eb4c6
Update message references in AutoShardedConnectionState
Fixes #5133
5 years ago
Nadir Chowdhury
e971e2f16c
Allow more methods to set an audit log reason
5 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
Rapptz
de7c96333c
Update Message.system_content join strings to be up to date.
Fixes #4211
5 years ago
Zomatree
a22d38d004
Add spoiler keyword argument to Attachment.to_file
5 years ago
Rapptz
66c6be50d8
Prepare for the discord.com domain rename
5 years ago
StarrFox
6e8d538f09
add support for allowed_mentions with message edit
5 years ago
Rapptz
1f73e18bc6
Make use_cached keyword only
5 years ago
Josh
c424d82f74
Add versionadded to Attachment.to_file use_cached param
5 years ago
Kowlin
08e20910e6
Edit message publish documentation
5 years ago
Maku
c2d5c2e118
Add use_cached to Attachment.to_file
5 years ago
Rapptz
af6a5efa53
Fix crashes when Message.guild is Object
5 years ago
Merlintor
1451f790a0
Explicitly check for guild object
5 years ago
Harmon
6f9793fe5e
Fixes and improvements for v1.3 documentation
* Add missing versionadded strings for v1.3
* Add missing versionchanged string for Message.edit
* Consistently use versionadded for attributes
* Consistently use versionchanged for parameters
* Use versionchanged for Bot.is_owner
* Fix references in v1.3 changelog
* Improve grammar in v1.3 changelog
5 years ago
Rapptz
02397306b2
Drop superfluous zero in version related changes in the documentation
5 years ago
Rapptz
4cf02c9461
Update attachment documentation for width/height applying to videos too
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Rapptz
a1d41f16d8
Document NotFound exception raise in message deletion endpoints
5 years ago
Rapptz
87f9dcff9c
Add support for clearing a specific reaction.
Closes #2440
5 years ago
Rapptz
195b5188e8
Add Attachment.to_file to easily send an attachment.
The first thing someone will ask when someone sees this method is
"Why doesn't `send` just accept `Attachment`?". This question is fair
but it has an issue: exception propagation becomes confusing.
When we save a file and write it to memory an HTTP request is sent
similar to other API calls. Like all HTTP requests, these can fail.
Since these requests denote failure using HTTPException, if it were to
originate within `send` then it becomes confusing to know whether the
attachment saving itself failed or whether the sending failed.
For that reason, and to keep in-line with only 1 type of HTTP call per
method, it doesn't make sense for `send` to support `Attachment`.
5 years ago
Rapptz
fdab6e464f
Remove unnecessary pass using regex in Message.clean_content
The utils.escape_mentions should deal with it
5 years ago
Michael H
6794bdaac5
Use discord.utils.escape_mentions as last step of
discord.Message.clean_content
5 years ago
NCPlayz
9c6a121644
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
5 years ago
Io Mintz
ecff52a7e8
Document the exception-suppressing behaviour of Message.delete
This is already documented for Messageable.send's delete_after kwarg.
PR #2481
5 years ago
Rapptz
a6f61dcbde
Fix all deprecation warnings for 3.8
5 years ago
Rapptz
15f0b000e1
Move PartialEmoji over to a new namespace to avoid circular imports
5 years ago
Steve C
5022aa5a0b
Fix broken versionadded in Message.is_system()
6 years ago
Rapptz
1488957a6f
Add Message.is_system to more intuitively filter system messages.
6 years ago
Dice
da4bb0610c
Add CHANNEL_FOLLOW_ADD Message Type
Add documentation for MessageType.channel_follow_add
Add versionchanged to new MessageType attr
Add system_content for new MessageType
6 years ago
Rapptz
bbc50c92d0
Add upgraded Member to Message.mentions in case of no cache.
6 years ago
Rapptz
5c1b239b47
Different method of upgrading user instances
6 years ago
Rapptz
70e62e8fe4
Fix regression where Message.edited_at would not update during edits
6 years ago
Rapptz
0cca3ca5c6
Add support for suppressing embeds.
6 years ago
Rapptz
f84219c2b2
Improve performance of parsing MESSAGE_UPDATE and MESSAGE_CREATE events
Embed edits are no longer special cased in the dispatch code, which
could lead to on_message_edit being called more often than it used to
be called. I am not sure on the general impact on that being removed.
Fixes #2195
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
5dce3410e6
Add support for new message types related to premium guilds.
6 years ago
Rapptz
2cd6d771ec
Make __repr__ slightly more detailed and add a few missing ones.
This includes raw events (which didn't have any) and a few other
types that were missing them. Upon review some more useful fields were
added to the repr output which would be more useful during debugging.
6 years ago
Rapptz
ab6dd2a27a
Add note for Message.tts
Fix #2186
6 years ago
Ehren Julien-Neitzert
fc5a2936dd
Fix pluralization errors in various files
* Replaced instances of 'return an' with 'returns an'
* fixed pluralization errors
6 years ago
Rapptz
cef8677c68
Proper location of versionadded
6 years ago
Vexs
7dfaa5e9ae
Add read method to attachment objects
Refactor save to use new read method
6 years ago
Rapptz
746e20a826
Make Message.ack an actual coroutine function.
6 years ago
Rapptz
a7f3300821
Add versionchanged to Message.delete
6 years ago
Vexs
0f48b78987
Add delay kwarg to message.delete()
Refactor delete_after kwargs to use new delay kwarg
6 years ago
Vexs
f38b199d6a
Add support for <:name:id> format for adding reactions
Adjust FAQ to match.
6 years ago
Rapptz
14d66e7b9c
Internal consistency with message related HTTPClient methods
6 years ago
Rapptz
bb5aaf2ab3
Missing a word in Attachment.save
6 years ago