diff --git a/discord/abc.py b/discord/abc.py index bbaddf317..5fd4f1887 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`.