From 572159fbc7e0efed9fe010d61a03b06aa4462f31 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Fri, 8 Nov 2024 18:59:18 +0100 Subject: [PATCH] add type to literal Signed-off-by: Lala Sabathil --- discord/types/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/types/channel.py b/discord/types/channel.py index 1b7fb1fe5e..822ee9283f 100644 --- a/discord/types/channel.py +++ b/discord/types/channel.py @@ -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):