Browse Source

Fix unordered list rendering for several AuditLogAction entries

v2.6.x
Alex Nørgaard 3 weeks ago
committed by Rapptz
parent
commit
3d51bc328f
  1. 3
      docs/api.rst

3
docs/api.rst

@ -2815,6 +2815,7 @@ of :class:`enum.Enum`.
which was created.
Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description`
@ -2834,6 +2835,7 @@ of :class:`enum.Enum`.
which was updated.
Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description`
@ -2853,6 +2855,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