Skip to content

Commit

Permalink
add type to literal
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 c1ae607 commit 572159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/types/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PermissionOverwrite(TypedDict):
deny: str


ChannelType = Literal[0, 1, 2, 3, 4, 5, 10, 11, 12, 13]
ChannelType = Literal[0, 1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16]


class _BaseChannel(TypedDict):
Expand Down

0 comments on commit 572159f

Please sign in to comment.