Make GuildChannel inherit Snowflake

This commit is contained in:
Josh 2021-05-05 21:42:39 +10:00 committed by GitHub
parent 63974ec46d
commit 6622be9f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: