diff options
| author | Rapptz <[email protected]> | 2016-11-17 20:41:57 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-11-17 20:42:06 -0500 |
| commit | 44624b7f442724c047d6ab6fd16a301a5e0c4bc2 (patch) | |
| tree | 61c90a3adb8b23feef9d85546914c1cf2d0f4193 /discord/reaction.py | |
| parent | Add support for clearing a message's reactions. (diff) | |
| download | discord.py-44624b7f442724c047d6ab6fd16a301a5e0c4bc2.tar.xz discord.py-44624b7f442724c047d6ab6fd16a301a5e0c4bc2.zip | |
Documentation fixes.
Diffstat (limited to 'discord/reaction.py')
| -rw-r--r-- | discord/reaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/reaction.py b/discord/reaction.py index 7232a7b4..2e4f3ce4 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -55,7 +55,7 @@ class Reaction: count : int Number of times this reaction was made me : bool - If the user has send this reaction. + If the user sent this reaction. message: :class:`Message` Message this reaction is for. """ |