Clarify StageInstance.discoverable_disabled documentation

This commit is contained in:
David 2021-08-11 03:13:10 +01:00 committed by GitHub
parent a9d9f496f0
commit f631ed22b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ class StageInstance(Hashable):
privacy_level: :class:`StagePrivacyLevel` privacy_level: :class:`StagePrivacyLevel`
The privacy level of the stage instance. The privacy level of the stage instance.
discoverable_disabled: :class:`bool` discoverable_disabled: :class:`bool`
Whether the stage instance is discoverable. Whether discoverability for the stage instance is disabled.
""" """
__slots__ = ( __slots__ = (