aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
authorpikaninja <[email protected]>2021-04-12 22:19:29 -0700
committerGitHub <[email protected]>2021-04-13 01:19:29 -0400
commit23aaa75802e46ea13f49375c6abdc48e7b8c40dc (patch)
treed225a40dcdc47249c35c99a608e3e234baf1ed3a /discord/abc.py
parent[docs] Fix reference to `Guild.id` (diff)
downloaddiscord.py-23aaa75802e46ea13f49375c6abdc48e7b8c40dc.tar.xz
discord.py-23aaa75802e46ea13f49375c6abdc48e7b8c40dc.zip
Add StageChannel to abc.GuildChannel docs
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py
index bbaddf31..5fd4f188 100644
--- a/discord/abc.py
+++ b/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`.