diff options
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index 0dfb1739..99957805 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -378,7 +378,7 @@ class Guild(Hashable): @property def stage_channels(self): - """List[:class:`StageChannel`]: A list of voice channels that belongs to this guild. + """List[:class:`StageChannel`]: A list of stage channels that belongs to this guild. .. versionadded:: 1.7 |