mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-18 04:00:39 +00:00
Fix unordered list rendering for several AuditLogAction entries
This commit is contained in:
@@ -2815,6 +2815,7 @@ of :class:`enum.Enum`.
|
|||||||
which was created.
|
which was created.
|
||||||
|
|
||||||
Possible attributes for :class:`AuditLogDiff`:
|
Possible attributes for :class:`AuditLogDiff`:
|
||||||
|
|
||||||
- :attr:`~AuditLogDiff.name`
|
- :attr:`~AuditLogDiff.name`
|
||||||
- :attr:`~AuditLogDiff.channel`
|
- :attr:`~AuditLogDiff.channel`
|
||||||
- :attr:`~AuditLogDiff.description`
|
- :attr:`~AuditLogDiff.description`
|
||||||
@@ -2834,6 +2835,7 @@ of :class:`enum.Enum`.
|
|||||||
which was updated.
|
which was updated.
|
||||||
|
|
||||||
Possible attributes for :class:`AuditLogDiff`:
|
Possible attributes for :class:`AuditLogDiff`:
|
||||||
|
|
||||||
- :attr:`~AuditLogDiff.name`
|
- :attr:`~AuditLogDiff.name`
|
||||||
- :attr:`~AuditLogDiff.channel`
|
- :attr:`~AuditLogDiff.channel`
|
||||||
- :attr:`~AuditLogDiff.description`
|
- :attr:`~AuditLogDiff.description`
|
||||||
@@ -2853,6 +2855,7 @@ of :class:`enum.Enum`.
|
|||||||
which was deleted.
|
which was deleted.
|
||||||
|
|
||||||
Possible attributes for :class:`AuditLogDiff`:
|
Possible attributes for :class:`AuditLogDiff`:
|
||||||
|
|
||||||
- :attr:`~AuditLogDiff.name`
|
- :attr:`~AuditLogDiff.name`
|
||||||
- :attr:`~AuditLogDiff.channel`
|
- :attr:`~AuditLogDiff.channel`
|
||||||
- :attr:`~AuditLogDiff.description`
|
- :attr:`~AuditLogDiff.description`
|
||||||
|
Reference in New Issue
Block a user