Skip to content

Commit 972996e

Browse files
committed
docs: events
1 parent 85b5934 commit 972996e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/api/events.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,28 @@ Voice Channel Status Update
14151415
:param payload: The raw voice channel status update payload.
14161416
:type payload: :class:`RawVoiceChannelStatusUpdateEvent`
14171417

1418+
.. function:: on_voice_channel_start_time_update(channel, before, after)
1419+
1420+
Called when the start time for a voice channel is updated.
1421+
1422+
.. versionadded:: 2.9
1423+
1424+
:param channel: The channel where the voice channel start time update originated from.
1425+
:type channel: :class:`abc.GuildChannel`
1426+
:param before: The old voice channel start time.
1427+
:type before: Optional[:class:`datetime.datetime`]
1428+
:param after: The new voice channel start time.
1429+
:type after: Optional[:class:`datetime.datetime`]
1430+
1431+
.. function:: on_raw_voice_channel_start_time_update(payload)
1432+
1433+
Called when the start time for a voice channel is updated.
1434+
1435+
.. versionadded:: 2.9
1436+
1437+
:param payload: The raw voice channel start time update payload.
1438+
:type payload: :class:`RawVoiceChannelStartTimeUpdateEvent`
1439+
14181440
Voice Channel Effects
14191441
---------------------
14201442
.. function:: on_voice_channel_effect_send(event)

0 commit comments

Comments
 (0)