Fix description of user parameter in reaction remove event

This commit is contained in:
Twentysix
2022-05-28 23:47:37 -04:00
committed by GitHub
parent 53694724c1
commit cdfccfbe74
+1 -1
View File
@@ -965,7 +965,7 @@ Reactions
:param reaction: The current state of the reaction. :param reaction: The current state of the reaction.
:type reaction: :class:`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`] :type user: Union[:class:`Member`, :class:`User`]
.. function:: on_reaction_clear(message, reactions) .. function:: on_reaction_clear(message, reactions)