diff options
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index 3ded0d59..d7d965af 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: |