aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-07-15 08:01:42 -0400
committerRapptz <[email protected]>2019-07-15 08:01:57 -0400
commitf13c1be171fd2230d4d822205872f77067763f43 (patch)
tree84f3fccfc64955a509e52b09e99ca12a48b3a51b
parentAdd Guild.query_members to fetch members from the gateway. (diff)
downloaddiscord.py-f13c1be171fd2230d4d822205872f77067763f43.tar.xz
discord.py-f13c1be171fd2230d4d822205872f77067763f43.zip
Better knowledge on how guild_subscriptions work now.
-rw-r--r--discord/client.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index eaf94df1..745e0d58 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -162,7 +162,12 @@ class Client:
If this is set to ``False`` then the following features will be disabled:
- No user related updates (:func:`on_user_update` will not dispatch)
- - No presence related changes will be recorded (e.g. :attr:`Member.activities` or :attr:`Member.status`)
+ - All member related events will be disabled.
+ - :func:`on_member_update`
+ - :func:`on_member_join`
+ - :func:`on_member_leave`
+
+ - Typing events will be disabled (:func:`on_typing_start`).
- If ``fetch_offline_members`` is set to ``False`` then the user cache will not exist.
This makes it difficult or impossible to do many things, for example: