Add StageChannel to abc.GuildChannel docs

This commit is contained in:
pikaninja
2021-04-15 09:00:09 -04:00
committed by Rapptz
parent ff04cab119
commit 187b811836
+1
View File
@@ -189,6 +189,7 @@ class GuildChannel:
- :class:`~discord.TextChannel` - :class:`~discord.TextChannel`
- :class:`~discord.VoiceChannel` - :class:`~discord.VoiceChannel`
- :class:`~discord.CategoryChannel` - :class:`~discord.CategoryChannel`
- :class:`~discord.StageChannel`
This ABC must also implement :class:`~discord.abc.Snowflake`. This ABC must also implement :class:`~discord.abc.Snowflake`.