diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index bbaddf31..5fd4f188 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -185,6 +185,7 @@ class GuildChannel(Protocol): - :class:`~discord.TextChannel` - :class:`~discord.VoiceChannel` - :class:`~discord.CategoryChannel` + - :class:`~discord.StageChannel` This ABC must also implement :class:`~discord.abc.Snowflake`. |