Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
discord/channel.py
-
discord/guild.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 |
|
|
|
""" |
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|