diff options
| author | numbermaniac <[email protected]> | 2021-08-27 16:05:44 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-27 02:05:44 -0400 |
| commit | 516675dd2e7d42f7fe8e0a8c0dd88d48e8e25586 (patch) | |
| tree | 6b8c0ca4b10274041de4260f6e413fed44200a98 /docs/api.rst | |
| parent | Change a few parameters to be positional only (diff) | |
| download | discord.py-516675dd2e7d42f7fe8e0a8c0dd88d48e8e25586.tar.xz discord.py-516675dd2e7d42f7fe8e0a8c0dd88d48e8e25586.zip | |
Fix a typo in member_role_update
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1ad95dec..1f73a185 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. |