aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-04-04 03:43:41 +0100
committerGitHub <[email protected]>2021-04-03 22:43:41 -0400
commit1b2688518eb5c229a7e8bee089d0c505cfae4018 (patch)
tree68a09f131d098b59698c9560dd94c8de54b9c2be /discord/enums.py
parent[docs] Add rtc_region parameter for Guild.create_voice_channel (diff)
downloaddiscord.py-1b2688518eb5c229a7e8bee089d0c505cfae4018.tar.xz
discord.py-1b2688518eb5c229a7e8bee089d0c505cfae4018.zip
Implement StageChannel and related methods
Diffstat (limited to 'discord/enums.py')
-rw-r--r--discord/enums.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py
index 93194788..38ff285f 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -158,6 +158,7 @@ class ChannelType(Enum):
category = 4
news = 5
store = 6
+ stage_voice = 13
def __str__(self):
return self.name