From cdfccfbe74ba368058702b8035f1e6378b245664 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 29 May 2022 05:47:37 +0200 Subject: [PATCH] Fix description of user parameter in reaction remove event --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 273b4422e..abae4ada1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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)