mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 09:19:48 +00:00
Update docs for audit logs relating to scheduled events
This commit is contained in:
parent
4c00b8110c
commit
920da3a73f
66
docs/api.rst
66
docs/api.rst
@ -2216,6 +2216,60 @@ of :class:`enum.Enum`.
|
|||||||
|
|
||||||
.. versionadded:: 2.0
|
.. 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
|
.. attribute:: thread_create
|
||||||
|
|
||||||
A thread was created.
|
A thread was created.
|
||||||
@ -3264,6 +3318,18 @@ AuditLogDiff
|
|||||||
|
|
||||||
:type: :class:`int`
|
: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
|
.. this is currently missing the following keys: reason and application_id
|
||||||
I'm not sure how to about porting these
|
I'm not sure how to about porting these
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user