231 Commits (5ffa3e85de8aa922a3d9c3558c127bbe226e80b5)

Author SHA1 Message Date
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
I. Ahmad 4dc24a005a
Fix typo in PartialMessageable docstring 3 years ago
jack1142 d55f8d38ad
Add PartialMessageable.__repr__ 3 years ago
Rapptz caf1c6eae4 Fix overload in StoreChannel 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
thetimtoy a877b269da
Remove unused Object import 3 years ago
Neon Jonn adb69e7157
Fix some spelling mistakes 3 years ago
Stocker e15415413b
Add missing parameters to certain methods 3 years ago
Haruka 1bfe3bdff1
Fix bug in PartialMessageable.trigger_typing 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Nadir Chowdhury 3c6279b947
Implement Guild Scheduled Events 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Vaskel 86797dd9ab
Add reason param to purge and delete_messages 3 years ago
jack1142 fd4c5a65ed
Remove topic from StageChannel.edit's overload 3 years ago
Rapptz 0eb2f32399 Remove VoiceRegion enum and Guild.region attribute 3 years ago
Josh 3ce00abeae Fix some type-check errors 3 years ago
Rapptz 6c2ea4f0a0 Fix some type ignores in backoff and channel 3 years ago
mniip 22b06e7bf8
Fix TextChannel.archived_threads 3 years ago
jack1142 45b9585910
Remove versionchanged in PartialMessageable 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh 4dbe1af32f
Update sphinx and fix documentation issues 3 years ago
Kaylynn Morgan 588cda0996
Refactor AsyncIter to use 3.6+ asynchronous generators 3 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 3 years ago
Josh 4248bb3717
Add invitable to TextChannel.create_thread 3 years ago
James Gayfer 4aafa39e8c
Update thread permissions 4 years ago
Rapptz dd7d4b8e7f Use a thread values view when constructing TextChannel.threads 4 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Stocker ae01a96bef
Add missing type: ignore and missing typehint to channel.py 4 years ago
James Gayfer 489e5f3288
Use channel default auto archive duration 4 years ago
Rapptz b73f02b9c3 Remove deprecated TextChannel.active_threads for Guild version 4 years ago
la 8ac5cdc314
Fix Guild.fetch_channel not working for threads 4 years ago
AkshuAgarwal 6b6bcb92e6
Fix missing or broken versionadded in docstrings 4 years ago
Rapptz 1e17b7fcea Rename start_thread to create_thread for consistency 4 years ago
Rapptz fda543c844 Fix incorrect indent 4 years ago
Rapptz dc9c224b54 Undo coercion of partial DMChannel to PartialMessageable 4 years ago
Rapptz 1279510194 Add support for PartialMessageable instances 4 years ago
Rapptz 58ca9e9932 Add TextChannel.default_auto_archive_duration 4 years ago
Rapptz f72350199d Fix typo in TextChannel.start_thread 4 years ago
Rapptz dac0267e28 Allow creating a public thread without a starter message 4 years ago
PythonCoderAS 51b02f2568
Change type to be compatible with the overwrites property 4 years ago
Nadir Chowdhury 96b9a0e09d
Add reason kwarg to more methods 4 years ago
Steve C 834e23dc00
Fix type annotations for purge's limit param on Thread/TextChannel 4 years ago
Rapptz 74e1ab09a0 Remove channel type coercion in factory methods 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 62dad0f7bf Fix potential None access in various StageChannel properties 4 years ago
Rapptz ea1d423904 Check for None in VocalGuildChannel.voice_states 4 years ago
Rapptz 2beee8be14 Type hint channel.py 4 years ago
Lilly Rose Berner b59ec318c0
Fix Category.create_x_channel raising without overwrites 4 years ago