diff --git a/discord/reaction.py b/discord/reaction.py index 9fdc4b74d..911cd083c 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -94,10 +94,7 @@ class Reaction: return ''.format(self) def users(self, limit=None, after=None): - """|coro| - - Returns an :class:`AsyncIterator` representing the - users that have reacted to the message. + """Returns an :class:`AsyncIterator` representing the users that have reacted to the message. The ``after`` parameter must represent a member and meet the :class:`abc.Snowflake` abc.