[docs] Fix fetch_members/guilds documentation

This commit is contained in:
Nadir Chowdhury
2021-03-31 21:27:40 -04:00
committed by GitHub
parent e66141e002
commit 6887d3946a
3 changed files with 10 additions and 7 deletions
+1 -3
View File
@@ -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::