diff --git a/discord/abc.py b/discord/abc.py index 3ded0d595..d7d965af2 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -179,7 +179,7 @@ class _Overwrites: return self.type == 1 -class GuildChannel(Protocol): +class GuildChannel(Snowflake, Protocol): """An ABC that details the common operations on a Discord guild channel. The following implement this ABC: