221 Commits (86f10f6dd6cb02d5feab828e37f657a60b1f7773)

Author SHA1 Message Date
Steve C 86f10f6dd6
Add missing reprs to some objects 4 years ago
Rapptz fed259a83b Refactor save() and read() into AssetMixin 4 years ago
Rapptz f6fcffbab5 Use default allowed_mentions in Message.edit 4 years ago
Rapptz 6ba3d89076 Revert Attachment.save code to prior implementation 4 years ago
Rapptz 9eaf1e85e4 Rewrite Asset design 4 years ago
Nadir Chowdhury d3ac191a67
Restrict snowflake regexes to 15-20 digits 4 years ago
Nadir Chowdhury 8f9819eb4c
[docs] Fix various unresolved references 4 years ago
Rapptz da6119e04c Fix fail_if_not_exists not being set when constructed with state 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Nadir Chowdhury 2ff24a27b5
Use `asyncio.create_task` over `asyncio.ensure_future` 4 years ago
Logan 3abb2fde56
Fix versionadded not showing in docs for Attachment.content_type 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Zomatree f8d7be5b78
Add content_type to Attachment 4 years ago
Lilly Rose Berner f60e91d700
Add support for fail_if_not_exists in MessageReference 4 years ago
Edwin 31ee3fafc1
Add remove_markdown helper function 4 years ago
Rapptz 5cb5126548 Make Attachment hashable and castable to str 4 years ago
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 4 years ago
Peter Delevoryas af67256949
Ensure Message.call is None by default 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. 4 years ago
Rapptz b00aaab0b2 Revert Message.edit logic that deals with allowed_mentions 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 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 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. 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 5 years ago