Skip to content

Commit c1ae607

Browse files
authored
Add media channel type
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 1f17777 commit c1ae607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class ChannelType(Enum):
224224
stage_voice = 13
225225
directory = 14
226226
forum = 15
227+
media = 16
227228

228229
def __str__(self):
229230
return self.name

0 commit comments

Comments
 (0)