From 2abdbc70c2637da33f35af69abc8cd559c0b05f7 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 11 Feb 2017 23:34:19 -0500 Subject: Implement utilities for AsyncIterator. Closes #473. --- discord/reaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/reaction.py') 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 -- cgit v1.2.3