Browse Source

Fix member_prune extras attribute name

pull/9276/head
Flame442 2 years ago
committed by GitHub
parent
commit
26f49512b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.rst

2
docs/api.rst

@ -2105,7 +2105,7 @@ of :class:`enum.Enum`.
When this is the action, the type of :attr:`~AuditLogEntry.extra` is
set to an unspecified proxy object with two attributes:
- ``delete_members_days``: An integer specifying how far the prune was.
- ``delete_member_days``: An integer specifying how far the prune was.
- ``members_removed``: An integer specifying how many members were removed.
When this is the action, :attr:`~AuditLogEntry.changes` is empty.

Loading…
Cancel
Save