Update thread typings and payloads to match documentation

This commit is contained in:
Rapptz
2021-06-08 07:26:18 -04:00
parent ac95b8b85b
commit 4a4e73ec14
6 changed files with 77 additions and 22 deletions
+1
View File
@@ -162,6 +162,7 @@ class ChannelType(Enum):
category = 4
news = 5
store = 6
news_thread = 10
public_thread = 11
private_thread = 12
stage_voice = 13