From 6622be9f464507e5a93dd3544465679f5881bd62 Mon Sep 17 00:00:00 2001
From: Josh <josh.ja.butt@gmail.com>
Date: Wed, 5 May 2021 21:42:39 +1000
Subject: [PATCH] Make GuildChannel inherit Snowflake

---
 discord/abc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: