Browse Source

Fix description of user parameter in reaction remove event

pull/10109/head
Twentysix 3 years ago
committed by dolfies
parent
commit
7494a7a5b2
  1. 2
      docs/api.rst

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

Loading…
Cancel
Save