We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48697 commit 37988f8Copy full SHA for 37988f8
discord/stage_instance.py
@@ -74,6 +74,8 @@ class StageInstance(Hashable):
74
The privacy level of the stage instance.
75
discoverable_disabled: :class:`bool`
76
Whether discoverability for the stage instance is disabled.
77
+ scheduled_event: Optional[:class:`.ScheduledEvent`]
78
+ The scheduled event linked with the stage instance, if any.
79
"""
80
81
__slots__ = (
0 commit comments