diff options
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/discord/guild.py b/discord/guild.py index 0df3600d..eddffdc4 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1261,9 +1261,7 @@ class Guild(Hashable): return [convert(d) for d in data] def fetch_members(self, *, limit=1000, after=None): - """|coro| - - Retrieves an :class:`.AsyncIterator` that enables receiving the guild's members. In order to use this, + """Retrieves an :class:`.AsyncIterator` that enables receiving the guild's members. In order to use this, :meth:`Intents.members` must be enabled. .. note:: |