Browse Source

Fix a typo in member_role_update

pull/7485/head
numbermaniac 4 years ago
committed by GitHub
parent
commit
516675dd2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.rst

2
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.

Loading…
Cancel
Save