Add StageChannel to abc.GuildChannel docs

This commit is contained in:
pikaninja 2021-04-12 22:19:29 -07:00 committed by Rapptz
parent ff04cab119
commit 187b811836

View File

@ -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`.