Browse Source
Fix description of user parameter in reaction remove event
pull/8079/head
Twentysix
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|