index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
threads.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update thread permissions
James Gayfer
2021-08-26
1
-4
/
+2
*
Add support for invitable thread option
Josh
2021-08-26
1
-0
/
+11
*
Remove in-place edits and return fresh instances instead
Rapptz
2021-08-23
1
-2
/
+9
*
Fix missing typehint that causes an error for a type checker
Stocker
2021-08-19
1
-1
/
+2
*
Add Thread.members and Thread.fetch_members
Rapptz
2021-08-18
1
-0
/
+32
*
Update description of auto_archive_duration kwarg of Thread.edit
Willy
2021-07-31
1
-1
/
+1
*
Add Thread.category
Arthur
2021-07-30
1
-1
/
+21
*
Set Thread.member/message_count
Nadir Chowdhury
2021-07-28
1
-0
/
+2
*
Fix Thread.slowmode_delay not updating
z03h
2021-07-21
1
-0
/
+2
*
Fix type annotations for purge's limit param on Thread/TextChannel
Steve C
2021-07-21
1
-1
/
+1
*
[commands] Fix (Partial)MessageConverter to work with thread messages
Nadir Chowdhury
2021-07-10
1
-1
/
+26
*
Fix Client.fetch_channel not returning Thread
Alex Nørgaard
2021-07-03
1
-2
/
+2
*
Add Thread.is_nsfw
Alex Nørgaard
2021-07-03
1
-0
/
+9
*
Add Thread.mention
Rapptz
2021-07-01
1
-0
/
+5
*
Add type property to thread channels
Alex Liu
2021-07-01
1
-0
/
+4
*
Fix typing linting error in threads
Rapptz
2021-06-29
1
-1
/
+1
*
Add category_id shortcut to Thread
Lilly Rose Berner
2021-06-09
1
-0
/
+20
*
Add __str__ method to Thread
Lilly Rose Berner
2021-06-09
1
-0
/
+3
*
Add Thread.permissions_for helper function
feature/threads
Rapptz
2021-06-08
1
-2
/
+36
*
Add message purging functions to Thread
Rapptz
2021-06-08
1
-3
/
+175
*
Parse remaining thread events.
Rapptz
2021-06-08
1
-0
/
+2
*
Add ThreadMember.thread
Rapptz
2021-06-08
1
-0
/
+5
*
Clarify actions that require manage_threads permission
Rapptz
2021-06-08
1
-6
/
+33
*
Add __repr__ for the thread classes
Rapptz
2021-06-08
1
-0
/
+9
*
Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE
Rapptz
2021-06-08
1
-1
/
+7
*
Replace Ellipsis with utils.MISSING
Rapptz
2021-06-08
1
-11
/
+12
*
Fix partial thread members
Rapptz
2021-06-08
1
-6
/
+18
*
Add Thread.is_news()
Rapptz
2021-06-08
1
-0
/
+4
*
Update thread typings and payloads to match documentation
Rapptz
2021-06-08
1
-2
/
+12
*
Implement remaining HTTP endpoints on threads
Rapptz
2021-06-08
1
-1
/
+138
*
First pass at preliminary thread support
Rapptz
2021-06-08
1
-0
/
+244