diff options
| author | Nadir Chowdhury <[email protected]> | 2021-04-22 04:18:49 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-21 23:18:49 -0400 |
| commit | 1d7f38712258178404c475f39b496a0d55b8a7bf (patch) | |
| tree | 2f51b8641543bc4db08f6acfd1c9f0bbcc74d97b /discord/guild.py | |
| parent | [commands] Allow FlagCommand subclasses to inherit options (diff) | |
| download | discord.py-1d7f38712258178404c475f39b496a0d55b8a7bf.tar.xz discord.py-1d7f38712258178404c475f39b496a0d55b8a7bf.zip | |
[docs] stage_channels doc typo
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 |