diff --git a/docs/api.rst b/docs/api.rst index 43da344b9..f849c72dd 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2216,6 +2216,60 @@ of :class:`enum.Enum`. .. versionadded:: 2.0 + .. attribute:: scheduled_event_create + + A scheduled event was created. + + When this is the action, the type of :attr:`~AuditLogEntry.target` is + the :class:`ScheduledEvent` or :class:`Object` with the ID of the event + which was created. + + Possible attributes for :class:`AuditLogDiff`: + - :attr:`~AuditLogDiff.name` + - :attr:`~AuditLogDiff.channel` + - :attr:`~AuditLogDiff.description` + - :attr:`~AuditLogDiff.privacy_level` + - :attr:`~AuditLogDiff.status` + - :attr:`~AuditLogDiff.entity_type` + + .. versionadded:: 2.0 + + .. attribute:: scheduled_event_update + + A scheduled event was created. + + When this is the action, the type of :attr:`~AuditLogEntry.target` is + the :class:`ScheduledEvent` or :class:`Object` with the ID of the event + which was updated. + + Possible attributes for :class:`AuditLogDiff`: + - :attr:`~AuditLogDiff.name` + - :attr:`~AuditLogDiff.channel` + - :attr:`~AuditLogDiff.description` + - :attr:`~AuditLogDiff.privacy_level` + - :attr:`~AuditLogDiff.status` + - :attr:`~AuditLogDiff.entity_type` + + .. versionadded:: 2.0 + + .. attribute:: scheduled_event_delete + + A scheduled event was created. + + When this is the action, the type of :attr:`~AuditLogEntry.target` is + the :class:`ScheduledEvent` or :class:`Object` with the ID of the event + which was deleted. + + Possible attributes for :class:`AuditLogDiff`: + - :attr:`~AuditLogDiff.name` + - :attr:`~AuditLogDiff.channel` + - :attr:`~AuditLogDiff.description` + - :attr:`~AuditLogDiff.privacy_level` + - :attr:`~AuditLogDiff.status` + - :attr:`~AuditLogDiff.entity_type` + + .. versionadded:: 2.0 + .. attribute:: thread_create A thread was created. @@ -3264,6 +3318,18 @@ AuditLogDiff :type: :class:`int` + .. attribute:: status + + The status of the scheduled event. + + :type: :class:`EventStatus` + + .. attribute:: entity_type + + The type of entity this scheduled event is for. + + :type: :class:`EntityType` + .. this is currently missing the following keys: reason and application_id I'm not sure how to about porting these