Nadir Chowdhury
7d345e8e4e
remove trailing whitespace
4 years ago
Nadir Chowdhury
d01500bccd
Fix typo with guild_discovery_grace_period_final_warning
4 years ago
Nadir Chowdhury
6f748e5da5
Add remaining v6 message types
4 years ago
Nadir Chowdhury
427e387a2f
Deprecate non-bot methods
4 years ago
Rapptz
0cd1a88316
Clarify Message.nonce documentation
Fix #2451
4 years ago
Peter Delevoryas
af67256949
Ensure Message.call is None by default
`Message` has an attribute `call` which is claimed to have type
`Optional[CallMessage]`.
But `Message` doesn't actually ensure that `call` is initialized to a value in
`__init__`. This commit fixes that inconsistency.
4 years ago
z03h
d752916995
Add MessageReference.jump_url
4 years ago
Anurag Singh
941e1efcb6
PartialMessage.edit returns a full Message
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Misa
5d75a0e7d6
Capitalize Discord in docs of message related attributes
4 years ago
Rapptz
52d587d286
Allow PartialMessage to work with DM channels as well
4 years ago
Rapptz
186f4968d3
Export to_message_reference_dict to make PartialMessage.reply work
4 years ago
Rapptz
ebf623d9de
Add operations you can do to a Message and PartialMessage to docs
4 years ago
Rapptz
3fe6d261f1
Add PartialMessage to allow working with channel/message_id pairs.
Fix #5905
4 years ago
Rapptz
b00aaab0b2
Revert Message.edit logic that deals with allowed_mentions
It made no sense here.
4 years ago
Lilly Rose Berner
08d632880a
Fix embed suppression when using client-wide allowed_mentions
4 years ago
Nadir Chowdhury
6b803acde4
[chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54
, as it has been available since Python 3.1.
4 years ago
Rapptz
a4cb71b64e
Fix Message.to_reference from the MessageReference changes
4 years ago
Rapptz
5ef30e34e5
Correct docstring missing ]
4 years ago
Rapptz
34f2fb36b1
Added MessageReference.resolved attribute to get replied to message
4 years ago
Rapptz
1014bfcb63
Allow MessageReference to be constructible by users
4 years ago
Rapptz
bd6ab93348
Code cleanup involving enums and message replies
4 years ago
PikalaxALT
d1cb30cccf
Implement discord.Message.reply
4 years ago
Rapptz
f174365d33
Ensure member key is not overwritten by author key in MESSAGE_UPDATE
This also coerces the older message to take the member data from the
newer message so the types are not incompatible.
Fix #5999
4 years ago
Zomatree
344cb96c5d
Add sticker support
4 years ago
PythonCoderAS
a40e20fa38
Use Hashable mixin for Message
5 years ago
Michael
93fa46713a
Fix and add documentation
5 years ago
Sebastian Law
37c5c583f2
Add support for message_reference on Message object
5 years ago
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