Add support for media channels

This commit is contained in:
Rapptz
2023-08-01 18:18:33 -04:00
parent ca5cbcbdf3
commit e6a0dc5bc0
5 changed files with 46 additions and 7 deletions

View File

@ -202,6 +202,7 @@ class ChannelType(Enum):
private_thread = 12
stage_voice = 13
forum = 15
media = 16
def __str__(self) -> str:
return self.name