[docs] Fix fetch_members/guilds documentation

This commit is contained in:
Nadir Chowdhury
2021-04-01 02:27:40 +01:00
committed by GitHub
parent e66141e002
commit 6887d3946a
3 changed files with 10 additions and 7 deletions

View File

@ -40,6 +40,10 @@ Client
.. autoclass:: Client
:members:
:exclude-members: fetch_guilds
.. automethod:: Client.fetch_guilds
:async-for:
AutoShardedClient
~~~~~~~~~~~~~~~~~~
@ -2914,7 +2918,10 @@ Guild
.. autoclass:: Guild()
:members:
:exclude-members: audit_logs
:exclude-members: fetch_members, audit_logs
.. automethod:: fetch_members
:async-for:
.. automethod:: audit_logs
:async-for: