Browse Source
Fix unordered list rendering for several AuditLogAction entries
pull/10322/head
Alex Nørgaard
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
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` |
|
|
|