mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Remove outdated note and example
This commit is contained in:
parent
e9ed231a03
commit
181fc42b9b
@ -1897,11 +1897,6 @@ class Guild(Hashable):
|
||||
|
||||
async for member in guild.fetch_members(limit=150):
|
||||
print(member.name)
|
||||
|
||||
Flattening into a list ::
|
||||
|
||||
members = await guild.fetch_members(limit=150).flatten()
|
||||
# members is now a list of Member...
|
||||
"""
|
||||
|
||||
if not self._state._intents.members:
|
||||
@ -3438,7 +3433,7 @@ class Guild(Hashable):
|
||||
Request members that belong to this guild whose username starts with
|
||||
the query given.
|
||||
|
||||
This is a websocket operation and can be slow.
|
||||
This is a websocket operation.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user