From 321efb11edcefb0f729134167e71293700b9e7df Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 14 Apr 2019 06:05:11 -0400 Subject: [PATCH] Fix typo in on_raw_reaction_remove docs. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index f740f82ba..7522f52d2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -343,7 +343,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. .. function:: on_raw_reaction_remove(payload) - Called when a reaction has a reaction removed. Unlike :func:`on_reaction_remove`, this is + Called when a message has a reaction removed. Unlike :func:`on_reaction_remove`, this is called regardless of the state of the internal message cache. :param payload: The raw event payload data.