Fix unordered list rendering for several AuditLogAction entries

This commit is contained in:
Alex Nørgaard
2025-09-28 17:32:36 +01:00
committed by Rapptz
parent 22e1d2592c
commit 3d51bc328f

View File

@@ -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`