315 Commits (ce06beeb6c9406862deff5a1700fb35810d3e58f)

Author SHA1 Message Date
Steve C ce06beeb6c
Fix permissions-based docstrings to be more consistent 3 years ago
James Hilton-Balfe 40986f9279
Fix overlapping or incorrect slots found by slotscheck 3 years ago
Lilly Rose Berner e0341c9ef2
Add forum post rename system message 3 years ago
Emily 55849d996e
Update documentation for discord.Message 3 years ago
Rapptz 7e66e11640 Change Message.system_content to always return str 3 years ago
Alex Nørgaard 2b9e43dbf9
Change Message.application type to MessageApplication 3 years ago
nickofolas 59ebfefbf4
Use __getitem__ to access channel_id in MessageReference payloads 3 years ago
Ryan H dbb00bd361
Add Reaction into typehint of add_reaction() 3 years ago
Lilly Rose Berner 7267d18d9e
Improve component typing 3 years ago
Rapptz d8846570ae Remove unnecessary type ignore 3 years ago
Rapptz d56f5150fa Fix oversight of edit parameters not being keyword only 3 years ago
Rapptz 6771f3dc99 Remove extraneous channel assignment 3 years ago
Rapptz a0dfdb9b1d Fix multiple view instances not dispatching in app commands responses 3 years ago
Jonah Lawrence 862eba1e59
Add filename and description kwargs for to_file 3 years ago
apple502j f77078278a
Update system_content for channel_follow_add message 3 years ago
UltimateSppy765 d5d9a532b2
Update docs to reflect Text in Voice related changes 3 years ago
Rapptz f7a79ff8d7 Avoid calling PartialMessage.__init__ in Message.__init__ 3 years ago
Rapptz 2aca705b95 Add support for sending messages and managing webhooks in VoiceChannel 3 years ago
Rapptz 7696342d76 Add missing __slots__ to MessageInteraction 3 years ago
Rapptz e79895d824 Add Message.interaction and MessageInteraction type 3 years ago
Jonah Lawrence 1372ef407c
Keep description in Attachment.to_file 3 years ago
Jonah Lawrence 37bbfdce95
Add context_menu_command Message type 3 years ago
Kellen 4fd2d5fdfd
Remove redundant imports and variables 3 years ago
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
Haruka cda1f0a4ef
Allow receiving messages from voice channels 3 years ago
Stocker 5fa32540a4
Change Message to subclass PartialMessage 3 years ago
BeatButton 7389707847
Only send allowed_mentions if content changed 3 years ago
z03h 5d6905a1bc
Update clean_content/channel_mentions for threads 3 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
Rapptz 1fba54ce97 Reword DeletedMessageReference docstring to be clearer 3 years ago
ChesterWOV ca4db68686
Fix grammar issue for Message.add_reaction docs 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 3 years ago
Eric Schneider ef92170a9d
Fix Message.edit ignoring suppress kwarg 3 years ago
Stocker e15415413b
Add missing parameters to certain methods 3 years ago
Stocker 12d4de52a8
Add Attachment.ephemeral 3 years ago
m-etroo e3de172ba9
Fix incorrect wording in Message.edit docstring 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz 8d52ddaff6 Fix remaining type errors in main package 3 years ago
Nadir Chowdhury 3cf000d467
Type up gateway payloads 3 years ago
Rapptz f2600995e8 Fix NameError due to missing import 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
jack1142 686f233954
Add missing information about in-place edits in Message.edit 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 3 years ago
Alex Nørgaard 2e5da07180
Fix unknown DMChannel in MessageReference.resolved.channel 3 years ago
Josh ce01033e06
Allow PartialMessage.channel to be a PartialMessageable 3 years ago
Rapptz 770a5fee9c Remove PartialMessage.edit duplicated code 3 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 3 years ago