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 b5533776..1454ca8e 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -89,7 +89,7 @@ class Reaction: def users(self, limit=None, after=None): """|coro| - Returns an asynchronous iterator representing the + Returns an :class:`AsyncIterator` representing the users that have reacted to the message. The ``after`` parameter must represent a member |