diff options
| author | Rapptz <[email protected]> | 2021-05-04 08:13:33 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-08 07:26:18 -0400 |
| commit | 4a4e73ec145e9f99c876a711ce6773197758424c (patch) | |
| tree | c3ece826d292c9c7fecbda6c4b3e06436b7fd4fc /discord/enums.py | |
| parent | Allow Message.channel to be a thread (diff) | |
| download | discord.py-4a4e73ec145e9f99c876a711ce6773197758424c.tar.xz discord.py-4a4e73ec145e9f99c876a711ce6773197758424c.zip | |
Update thread typings and payloads to match documentation
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index c145c829..98b5a109 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -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 |