From a329565e74893d587ddd212263a747e374ab32a5 Mon Sep 17 00:00:00 2001 From: MusicOnline <39178127+MusicOnline@users.noreply.github.com> Date: Fri, 3 Aug 2018 12:20:40 +0800 Subject: [PATCH] Fix Reaction.users documentation --- discord/reaction.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.