Rapptz
8953938a53
Update Pyright to v1.1.394
2 months ago
Eric Schneider
2c197649c2
Add note about archiver_id
10 months ago
owocado
ef64f76eae
Add reason kwarg to Thread.delete
11 months ago
Rapptz
0adef0ec89
Update auto_archive_duration documentation
Fix #9351
2 years ago
Rapptz
887ddbb4b6
Fix implicit permission resolution for Thread
Fix #9153
2 years ago
Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
2 years ago
Mega-JC
a705546f0c
Update Thread.message_count documentation
Co-authored-by: Danny <[email protected] >
3 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Lilly Rose Berner
e8f6b29a2d
Update flags and applied tags on thread update
3 years ago
Rapptz
ab265dcb7c
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Rapptz
1335937288
Add Thread.starter_message property
3 years ago
Rapptz
96e6261d61
Change default for purge oldest_first to match history
3 years ago
Sebastian Law
f19f51f771
Use positional args for internal thread methods
3 years ago
Lilly Rose Berner
7ee15e1d68
Use typing.Literal for channel and component type annotation
3 years ago
Rapptz
49f330b4a3
Fix Thread.jump_url docstring
3 years ago
Omkaar
a6ce49833c
Add jump_url property to Threads
3 years ago
Steve C
151806ec94
Add ForumChannel to Thread.parent_id docstring
3 years ago
Vioshim
79bd18f98c
Add reason parameter to Thread.edit
3 years ago
Rapptz
a8b26b9257
Allow pinning a thread using Thread.edit
3 years ago
Rapptz
23f6876492
Add initial support for forum channels
Closes #7652
3 years ago
Rapptz
52e16573f5
Remove unused imports and make exports explicit
This allows Pyright to actually catch these errors, which would be
useful for CI purposes in the future.
3 years ago
Rapptz
2aca705b95
Add support for sending messages and managing webhooks in VoiceChannel
3 years ago
Rapptz
b049cf77f2
Add reason to Thread.delete_messages and Thread.purge
3 years ago
pikaninja
40bab465a5
Remove user account reference in docstring
3 years ago
Stocker
caf2000fe8
Add missing annotation for ThreadMember.id
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Stocker
e491aa84e5
Fix typo in Thread.remove_user
3 years ago
Josh
4dbe1af32f
Update sphinx and fix documentation issues
3 years ago
jack1142
dc19c6c7d5
Add positional-only arguments in more places
3 years ago
Kowlin
7f54c45886
Add Thread.created_at
3 years ago
jack1142
9a6b2fa402
Add Thread.fetch_member
See: discord/discord-api-docs#3998
3 years ago
James Gayfer
4aafa39e8c
Update thread permissions
Discord has renamed / repurposed "Use Public Threads" and "Use Private
Threads", as well as added a new permission "Send Messages in Threads".
For more information, see:
https://github.com/discord/discord-api-docs/pull/3672
4 years ago
Josh
d2ea33e5e9
Add support for invitable thread option
4 years ago
Rapptz
490bbffc93
Remove in-place edits and return fresh instances instead
Fixes #4098
4 years ago
Stocker
b5a717fb80
Fix missing typehint that causes an error for a type checker
4 years ago
Rapptz
68453c7bed
Add Thread.members and Thread.fetch_members
4 years ago
Willy
8b148afabd
Update description of auto_archive_duration kwarg of Thread.edit
4 years ago
Arthur
8db79d2579
Add Thread.category
4 years ago
Nadir Chowdhury
906c13d4f0
Set Thread.member/message_count
4 years ago
z03h
48eb981344
Fix Thread.slowmode_delay not updating
4 years ago
Steve C
834e23dc00
Fix type annotations for purge's limit param on Thread/TextChannel
Optional was missing.
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
Alex Nørgaard
b7b75e2b1f
Add Thread.is_nsfw
4 years ago
Rapptz
69c400d813
Add Thread.mention
4 years ago
Alex Liu
64b48431b4
Add type property to thread channels
4 years ago
Rapptz
485542c480
Fix typing linting error in threads
4 years ago
Lilly Rose Berner
fa6fa6a567
Add category_id shortcut to Thread
4 years ago
Lilly Rose Berner
2eb0ec07ab
Add __str__ method to Thread
4 years ago
Rapptz
746da7d54c
Add Thread.permissions_for helper function
4 years ago