Josh
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|