diff options
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. """ |