diff --git a/docs/api/audit_logs.rst b/docs/api/audit_logs.rst index f974e9602b..08c27ee640 100644 --- a/docs/api/audit_logs.rst +++ b/docs/api/audit_logs.rst @@ -516,5 +516,13 @@ this goal, it must make use of a couple of data classes that aid in this goal. :type: :class:`int` + .. attribute:: status + + The voice channel status of a :class:`VoiceChannel`. + + See also :attr:`VoiceChannel.status`. + + :type: :class:`str` + .. this is currently missing the following keys: reason and application_id I'm not sure how to about porting these diff --git a/docs/api/enums.rst b/docs/api/enums.rst index 431934cc65..0500e89318 100644 --- a/docs/api/enums.rst +++ b/docs/api/enums.rst @@ -1592,6 +1592,34 @@ of :class:`enum.Enum`. .. versionadded:: 2.5 + .. attribute:: voice_channel_status_update + + A voice channel status was updated. + + When this is the action, the type of :attr:`~AuditLogEntry.target` is + the :class:`VoiceChannel` or :class:`Object` with the ID of the voice + channel which was updated. + + Possible attributes for :class:`AuditLogDiff`: + + - :attr:`~AuditLogDiff.status` + + .. versionadded:: 2.5 + + .. attribute:: voice_channel_status_delete + + A voice channel status was deleted. + + When this is the action, the type of :attr:`~AuditLogEntry.target` is + the :class:`VoiceChannel` or :class:`Object` with the ID of the voice + channel which was updated. + + Possible attributes for :class:`AuditLogDiff`: + + - :attr:`~AuditLogDiff.status` + + .. versionadded:: 2.5 + .. class:: AuditLogActionCategory