Browse Source

Add StageChannel to abc.GuildChannel docs

pull/6715/head
pikaninja 4 years ago
committed by GitHub
parent
commit
23aaa75802
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/abc.py

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

Loading…
Cancel
Save