From 7494a7a5b2845699c458b83089591cb91632e010 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 3ba172cf5..8e8f55d46 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1094,7 +1094,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)