From f631ed22b6d66045a0d4413698d99b36776e2211 Mon Sep 17 00:00:00 2001 From: David <49169805+mesub7@users.noreply.github.com> Date: Wed, 11 Aug 2021 03:13:10 +0100 Subject: [PATCH] Clarify StageInstance.discoverable_disabled documentation --- discord/stage_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/stage_instance.py b/discord/stage_instance.py index 554851f2b..d46ead4e5 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__ = (