diff options
| author | Nadir Chowdhury <[email protected]> | 2021-04-01 02:27:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-31 21:27:40 -0400 |
| commit | 6887d3946ae8d50a96011936ced478098bbf2406 (patch) | |
| tree | d7661526b9589c42aefcb3a44cc38b7007b46679 /discord/client.py | |
| parent | [docs] suggest presence in constructor instead of change_presence (diff) | |
| download | discord.py-6887d3946ae8d50a96011936ced478098bbf2406.tar.xz discord.py-6887d3946ae8d50a96011936ced478098bbf2406.zip | |
[docs] Fix fetch_members/guilds documentation
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/discord/client.py b/discord/client.py index 7866ffd1..0daf011b 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1076,9 +1076,7 @@ class Client: # Guild stuff def fetch_guilds(self, *, limit=100, before=None, after=None): - """|coro| - - Retrieves an :class:`.AsyncIterator` that enables receiving your guilds. + """Retrieves an :class:`.AsyncIterator` that enables receiving your guilds. .. note:: |