diff options
| author | David <[email protected]> | 2021-08-11 03:13:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-10 22:13:10 -0400 |
| commit | f631ed22b6d66045a0d4413698d99b36776e2211 (patch) | |
| tree | 828a83ef13e5c5caae894cdd16498a9c742fc6e2 | |
| parent | Add missing ] in docs for StageInstance.channel (diff) | |
| download | discord.py-f631ed22b6d66045a0d4413698d99b36776e2211.tar.xz discord.py-f631ed22b6d66045a0d4413698d99b36776e2211.zip | |
Clarify StageInstance.discoverable_disabled documentation
| -rw-r--r-- | discord/stage_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/stage_instance.py b/discord/stage_instance.py index 554851f2..d46ead4e 100644 --- a/discord/stage_instance.py +++ b/discord/stage_instance.py @@ -74,7 +74,7 @@ class StageInstance(Hashable): privacy_level: :class:`StagePrivacyLevel` The privacy level of the stage instance. discoverable_disabled: :class:`bool` - Whether the stage instance is discoverable. + Whether discoverability for the stage instance is disabled. """ __slots__ = ( |