Skip to content

Commit

Permalink
Fix member_prune extras attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored Feb 28, 2023
1 parent 7a0744c commit 26f4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26f4951

Please sign in to comment.