mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 10:56:44 +00:00
Fix description of user parameter in reaction remove event
This commit is contained in:
parent
53694724c1
commit
cdfccfbe74
@ -965,7 +965,7 @@ Reactions
|
||||
|
||||
:param reaction: The current state of the reaction.
|
||||
:type reaction: :class:`Reaction`
|
||||
:param user: The user who added the reaction.
|
||||
:param user: The user whose reaction was removed.
|
||||
:type user: Union[:class:`Member`, :class:`User`]
|
||||
|
||||
.. function:: on_reaction_clear(message, reactions)
|
||||
|
Loading…
x
Reference in New Issue
Block a user