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
Rapptz
5ae7940ec8
Add message purging functions to Thread
4 years ago
Rapptz
bd369c76ea
Parse remaining thread events.
4 years ago
Rapptz
9adf94e6b1
Add ThreadMember.thread
4 years ago
Rapptz
d0d2d7ea62
Clarify actions that require manage_threads permission
4 years ago
Rapptz
b9d8d3872e
Add __repr__ for the thread classes
4 years ago
Rapptz
429c5933d9
Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE
There's no dispatch for these yet
4 years ago
Rapptz
a16f54afdb
Replace Ellipsis with utils.MISSING
4 years ago
Rapptz
a09f89cedf
Fix partial thread members
4 years ago
Rapptz
c6d09a8bfa
Add Thread.is_news()
4 years ago
Rapptz
4a4e73ec14
Update thread typings and payloads to match documentation
4 years ago
Rapptz
c1ce3b949f
Implement remaining HTTP endpoints on threads
I'm not sure if I missed any -- but this is the entire documented set
so far.
4 years ago
Rapptz
68c7c538f5
First pass at preliminary thread support
This is missing a lot of functionality right now, such as two gateway
events and all the HTTP CRUD endpoints.
4 years ago