Skip to content

Commit

Permalink
Add media channel type
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Nov 8, 2024
1 parent 1f17777 commit c1ae607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class ChannelType(Enum):
stage_voice = 13
directory = 14
forum = 15
media = 16

def __str__(self):
return self.name
Expand Down

0 comments on commit c1ae607

Please sign in to comment.