mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for media channels
This commit is contained in:
@ -202,6 +202,7 @@ class ChannelType(Enum):
|
||||
private_thread = 12
|
||||
stage_voice = 13
|
||||
forum = 15
|
||||
media = 16
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.name
|
||||
|
Reference in New Issue
Block a user