diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 9c27282b..83868553 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. |