diff options
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py index 0ecf89e8..7a21b5d2 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1031,7 +1031,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable): @property def stage_channels(self): - """List[:class:`StageChannel`]: Returns the voice channels that are under this category. + """List[:class:`StageChannel`]: Returns the stage channels that are under this category. .. versionadded:: 1.7 """ |