Skip to content

Commit 37988f8

Browse files
committed
Document scheduled_event on StageInstance
1 parent 6e48697 commit 37988f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord/stage_instance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ class StageInstance(Hashable):
7474
The privacy level of the stage instance.
7575
discoverable_disabled: :class:`bool`
7676
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.
7779
"""
7880

7981
__slots__ = (

0 commit comments

Comments
 (0)