diff options
| author | Chris <[email protected]> | 2018-08-25 16:01:24 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-08-28 23:50:56 -0400 |
| commit | 15ca9294e1daa0f2b3826f721bc309e2135d2d49 (patch) | |
| tree | 91ece82942adfbe7b24ccd9a97fdfecb80cb85fa /docs | |
| parent | Call Http.start_group() in ClientUser.create_group() (diff) | |
| download | discord.py-15ca9294e1daa0f2b3826f721bc309e2135d2d49.tar.xz discord.py-15ca9294e1daa0f2b3826f721bc309e2135d2d49.zip | |
Fix typo in on_raw_reaction_add event.
Diffstat (limited to 'docs')
| -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. |