Browse Source

Make GuildChannel inherit Snowflake

pull/6857/head
Josh 4 years ago
committed by GitHub
parent
commit
6622be9f46
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/abc.py

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

Loading…
Cancel
Save