aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusicOnline <[email protected]>2018-08-03 12:20:40 +0800
committerRapptz <[email protected]>2018-08-22 21:39:09 -0400
commita329565e74893d587ddd212263a747e374ab32a5 (patch)
tree2301a8b91e29e03582c62dc97d4100035472e6a2
parentAdds missing voice regions. (diff)
downloaddiscord.py-a329565e74893d587ddd212263a747e374ab32a5.tar.xz
discord.py-a329565e74893d587ddd212263a747e374ab32a5.zip
Fix Reaction.users documentation
-rw-r--r--discord/reaction.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/discord/reaction.py b/discord/reaction.py
index 9fdc4b74..911cd083 100644
--- a/discord/reaction.py
+++ b/discord/reaction.py
@@ -94,10 +94,7 @@ class Reaction:
return '<Reaction emoji={0.emoji!r} me={0.me} count={0.count}>'.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.