From 625a5c2a0b0ed407b7db4c30cacfca77265f8e80 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 15 Sep 2020 02:03:41 -0400 Subject: [PATCH] Some documentation fixes for MemberCacheFlags and Intents --- discord/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index e44e5e217..dc6091bd6 100644 --- a/discord/client.py +++ b/discord/client.py @@ -143,11 +143,12 @@ class Client: intents: :class:`Intents` The intents that you want to enable for the session. This is a way of disabling and enabling certain gateway events from triggering and being sent. + If not given, defaults to a regularly constructed :class:`Intents` class. .. versionadded:: 1.5 member_cache_flags: :class:`MemberCacheFlags` Allows for finer control over how the library caches members. - If not given, defaults to cache as much as possible is with the + If not given, defaults to cache as much as possible with the currently selected intents. .. versionadded:: 1.5