From 26f49512b530e728cb51125da9b87a326273f85b Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:25:20 -0500 Subject: [PATCH] Fix member_prune extras attribute name --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index c7f1b549f6e8..58fa5c989215 100644 --- a/docs/api.rst +++ b/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.