Add StageChannel to abc.GuildChannel docs

This commit is contained in:
pikaninja 2021-04-12 22:19:29 -07:00 committed by GitHub
parent 496fcf8005
commit 23aaa75802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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