mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 19:03:03 +00:00
Make GuildChannel inherit Snowflake
This commit is contained in:
@ -179,7 +179,7 @@ class _Overwrites:
|
|||||||
return self.type == 1
|
return self.type == 1
|
||||||
|
|
||||||
|
|
||||||
class GuildChannel(Protocol):
|
class GuildChannel(Snowflake, Protocol):
|
||||||
"""An ABC that details the common operations on a Discord guild channel.
|
"""An ABC that details the common operations on a Discord guild channel.
|
||||||
|
|
||||||
The following implement this ABC:
|
The following implement this ABC:
|
||||||
|
Reference in New Issue
Block a user