287 Commits (e01d4a31eb508d9548a713104e0190f49cde6263)

Author SHA1 Message Date
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
Josh 08bee0eeb6
Add support for file/attachment descriptions 3 years ago
James Gayfer 4aafa39e8c
Update thread permissions 4 years ago
Rapptz 8306b9f6af Add type hint for suppress parameter 4 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Rapptz 8bbb8f6db9 Use getattr for default_auto_archive_duration in Message.create_thread 4 years ago
Stocker d8b06ca7f2
Fix message.py typehints 4 years ago
James Gayfer 489e5f3288
Use channel default auto archive duration 4 years ago
Rapptz 3b4c6269be Fix documentation for Message.is_system 4 years ago
AkshuAgarwal 6b6bcb92e6
Fix missing or broken versionadded in docstrings 4 years ago
SYCKGit f7a3ea90b8
Add other message types exclusions to Message.is_system 4 years ago
Rapptz 1e17b7fcea Rename start_thread to create_thread for consistency 4 years ago
Rapptz 1279510194 Add support for PartialMessageable instances 4 years ago
Nadir Chowdhury 60d82cf908
implement guild stickers 4 years ago
Rapptz dac0267e28 Allow creating a public thread without a starter message 4 years ago
nickofolas 0112c2819f
Fix PartialMessage rejecting Threads 4 years ago
Lilly Rose Berner a053f77275
Add system_content for thread message types, fix other system_content issues 4 years ago
Nadir Chowdhury e2624b9a31
[commands] Fix (Partial)MessageConverter to work with thread messages 4 years ago
Alex Nørgaard d1dc41ec2f
Fix Client.fetch_channel not returning Thread 4 years ago
Rapptz 8b4dd34328 Document TextChannel.start_thread return type 4 years ago
Rapptz 3d0dd5bc1b Change Message.__repr__ to show inherited type name 4 years ago
Josh d001b9d0ee
[docs] Fix more references 4 years ago
Rapptz 1aeec34f84 Typehint Member and various typing fixes 4 years ago
Rapptz 44d1d29708 Add explicit types to variables in Message types 4 years ago
Lilly Rose Berner 6b1d46a1ea
Set Message.guild from guild_id if unavailable through Message.channel 4 years ago
Rapptz b1836c5577 Rework Message.edit implementation 4 years ago
Aomi Vel 47e6a754e4
Add support for sending multiple embeds 4 years ago
Rapptz b2176dc0ef Change how threads are created 4 years ago
Rapptz ac95b8b85b Allow Message.channel to be a thread 4 years ago