From 516675dd2e7d42f7fe8e0a8c0dd88d48e8e25586 Mon Sep 17 00:00:00 2001 From: numbermaniac <5206120+numbermaniac@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:05:44 +1000 Subject: [PATCH] Fix a typo in member_role_update --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 1ad95decd..1f73a1857 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1934,7 +1934,7 @@ of :class:`enum.Enum`. .. attribute:: member_role_update A member's role has been updated. This triggers when a member - either gains a role or losses a role. + either gains a role or loses a role. When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who got the role.