Browse Source

Correct StageInstance.discoverable documentation

pull/10109/head
dolfies 2 years ago
parent
commit
684f68ed00
  1. 2
      discord/stage_instance.py

2
discord/stage_instance.py

@ -114,7 +114,7 @@ class StageInstance(Hashable):
@property
def discoverable(self) -> bool:
"""Whether the stage instance is discoverable."""
""":class:`bool`: Whether the stage instance is discoverable."""
return not self.discoverable_disabled
@cached_slot_property('_cs_channel')

Loading…
Cancel
Save