diff options
| author | MusicOnline <[email protected]> | 2018-12-28 14:00:18 +0800 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-01-28 22:22:44 -0500 |
| commit | 85b5286056422da3f5658c5ade6971aa208cbc1e (patch) | |
| tree | 265d82e39d2a54ed7c486368ede9e8e54f03aa8d /docs | |
| parent | Do None instead of falsy checks on Command attributes (diff) | |
| download | discord.py-85b5286056422da3f5658c5ade6971aa208cbc1e.tar.xz discord.py-85b5286056422da3f5658c5ade6971aa208cbc1e.zip | |
Fix user/user_id documentation for reaction remove events
Diffstat (limited to 'docs')
| -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 faa79558..43f79a83 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -307,7 +307,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. To get the message being reacted, access it via :attr:`Reaction.message`. :param reaction: A :class:`Reaction` showing the current state of the reaction. - :param user: A :class:`User` or :class:`Member` of the user who removed the reaction. + :param user: A :class:`User` or :class:`Member` of the user whose reaction was removed. .. function:: on_raw_reaction_remove(payload) |