aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorMusicOnline <[email protected]>2018-12-28 14:00:18 +0800
committerRapptz <[email protected]>2019-01-28 22:22:44 -0500
commit85b5286056422da3f5658c5ade6971aa208cbc1e (patch)
tree265d82e39d2a54ed7c486368ede9e8e54f03aa8d /discord
parentDo None instead of falsy checks on Command attributes (diff)
downloaddiscord.py-85b5286056422da3f5658c5ade6971aa208cbc1e.tar.xz
discord.py-85b5286056422da3f5658c5ade6971aa208cbc1e.zip
Fix user/user_id documentation for reaction remove events
Diffstat (limited to 'discord')
-rw-r--r--discord/raw_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py
index 22aad5ce..47bfbbd5 100644
--- a/discord/raw_models.py
+++ b/discord/raw_models.py
@@ -99,7 +99,7 @@ class RawReactionActionEvent:
message_id: :class:`int`
The message ID that got or lost a reaction.
user_id: :class:`int`
- The user ID who added or removed the reaction.
+ The user ID who added the reaction or whose reaction was removed.
channel_id: :class:`int`
The channel ID where the reaction got added or removed.
guild_id: Optional[:class:`int`]