Browse Source

Fix unordered list rendering for several AuditLogAction entries

pull/10322/head
Alex Nørgaard 2 weeks ago
committed by GitHub
parent
commit
a2a00ae8af
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs/api.rst

3
docs/api.rst

@ -2824,6 +2824,7 @@ of :class:`enum.Enum`.
which was created.
Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description`
@ -2843,6 +2844,7 @@ of :class:`enum.Enum`.
which was updated.
Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description`
@ -2862,6 +2864,7 @@ of :class:`enum.Enum`.
which was deleted.
Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description`

Loading…
Cancel
Save