diff options
| author | pikaninja <[email protected]> | 2021-04-12 22:19:29 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-15 09:00:09 -0400 |
| commit | 187b811836ab329555eacac2becbedfa1a9a366e (patch) | |
| tree | 0f69a173d230c9038db43db0e601ebc601d02486 | |
| parent | [docs] Fix reference to `Guild.id` (diff) | |
| download | discord.py-187b811836ab329555eacac2becbedfa1a9a366e.tar.xz discord.py-187b811836ab329555eacac2becbedfa1a9a366e.zip | |
Add StageChannel to abc.GuildChannel docs
| -rw-r--r-- | discord/abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 54cb6e80..9d14782d 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -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`. |