Remove add_reaction for onReactionAdded in docs (#579)

Seems like it was leftover from some other function, probably one to handle both Added and Removed :)
This commit is contained in:
JabLuszko
2020-10-21 18:00:46 +02:00
committed by GitHub
parent 0761116335
commit 4ff7b7e70b

View File

@@ -3431,7 +3431,6 @@ class Client(object):
Args:
mid: Message ID, that user reacted to
reaction (MessageReaction): Reaction
add_reaction: Whether user added or removed reaction
author_id: The ID of the person who reacted to the message
thread_id: Thread ID that the action was sent to. See :ref:`intro_threads`
thread_type (ThreadType): Type of thread that the action was sent to. See :ref:`intro_threads`