mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix user/user_id documentation for reaction remove events
This commit is contained in:
parent
e1c94a3b1c
commit
85b5286056
@ -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`]
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user