Fix Reaction.users documentation
This commit is contained in:
parent
4a1d28a1de
commit
a329565e74
@ -94,10 +94,7 @@ class Reaction:
|
|||||||
return '<Reaction emoji={0.emoji!r} me={0.me} count={0.count}>'.format(self)
|
return '<Reaction emoji={0.emoji!r} me={0.me} count={0.count}>'.format(self)
|
||||||
|
|
||||||
def users(self, limit=None, after=None):
|
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
|
The ``after`` parameter must represent a member
|
||||||
and meet the :class:`abc.Snowflake` abc.
|
and meet the :class:`abc.Snowflake` abc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user