Fix description of user parameter in reaction remove event

This commit is contained in:
Twentysix 2022-05-29 05:47:37 +02:00 committed by GitHub
parent 53694724c1
commit cdfccfbe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)