From 6887d3946ae8d50a96011936ced478098bbf2406 Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Thu, 1 Apr 2021 02:27:40 +0100 Subject: [docs] Fix fetch_members/guilds documentation --- docs/api.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 2a081c45..844f1807 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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: -- cgit v1.2.3