Fix typo in on_raw_reaction_add event.

This commit is contained in:
Chris
2018-08-28 23:50:56 -04:00
committed by Rapptz
parent d7218259aa
commit 15ca9294e1
+1 -1
View File
@@ -290,7 +290,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_raw_reaction_add(payload) .. function:: on_raw_reaction_add(payload)
Called when a reaction has a reaction added. Unlike :func:`on_reaction_add`, this is Called when a message has a reaction added. Unlike :func:`on_reaction_add`, this is
called regardless of the state of the internal message cache. called regardless of the state of the internal message cache.
:param payload: The raw event payload data. :param payload: The raw event payload data.