Skip to content

Commit 572159f

Browse files
authored
add type to literal
Signed-off-by: Lala Sabathil <[email protected]>
1 parent c1ae607 commit 572159f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/types/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PermissionOverwrite(TypedDict):
4444
deny: str
4545

4646

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

4949

5050
class _BaseChannel(TypedDict):

0 commit comments

Comments
 (0)