Fix user/user_id documentation for reaction remove events

This commit is contained in:
MusicOnline
2018-12-28 14:00:18 +08:00
committed by Rapptz
parent e1c94a3b1c
commit 85b5286056
2 changed files with 2 additions and 2 deletions

View File

@ -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`]