From 15ca9294e1daa0f2b3826f721bc309e2135d2d49 Mon Sep 17 00:00:00 2001 From: Chris <39552369+crrapi@users.noreply.github.com> Date: Sat, 25 Aug 2018 16:01:24 -0500 Subject: [PATCH] Fix typo in on_raw_reaction_add event. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 9c27282b5..838685533 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -290,7 +290,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. .. 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. :param payload: The raw event payload data.