File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
14181440Voice Channel Effects
14191441---------------------
14201442.. function :: on_voice_channel_effect_send(event)
You can’t perform that action at this time.
0 commit comments