Browse Source

Clarify StageInstance.discoverable_disabled documentation

pull/7378/head
David 4 years ago
committed by GitHub
parent
commit
f631ed22b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/stage_instance.py

2
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__ = (

Loading…
Cancel
Save