diff --git a/discord/abc.py b/discord/abc.py index 54cb6e80a..9d14782d1 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -189,6 +189,7 @@ class GuildChannel: - :class:`~discord.TextChannel` - :class:`~discord.VoiceChannel` - :class:`~discord.CategoryChannel` + - :class:`~discord.StageChannel` This ABC must also implement :class:`~discord.abc.Snowflake`.