aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorapple502j <[email protected]>2021-07-08 09:16:17 +0900
committerGitHub <[email protected]>2021-07-07 20:16:17 -0400
commit717e723a36e81cf5003be4819d1eab5f2fd6576d (patch)
tree5649589814455d2809c16263c16fb66b5ca82f7e /discord
parent[commands] update clean_content to work when standalone (diff)
downloaddiscord.py-717e723a36e81cf5003be4819d1eab5f2fd6576d.tar.xz
discord.py-717e723a36e81cf5003be4819d1eab5f2fd6576d.zip
Update intents docs to reflect presence update changes
Diffstat (limited to 'discord')
-rw-r--r--discord/flags.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/flags.py b/discord/flags.py
index 67dc760d..d0e0789f 100644
--- a/discord/flags.py
+++ b/discord/flags.py
@@ -524,7 +524,7 @@ class Intents(BaseFlags):
- :func:`on_member_join`
- :func:`on_member_remove`
- - :func:`on_member_update` (nickname, roles)
+ - :func:`on_member_update`
- :func:`on_user_update`
This also corresponds to the following attributes and classes in terms of cache:
@@ -643,7 +643,7 @@ class Intents(BaseFlags):
This corresponds to the following events:
- - :func:`on_member_update` (activities, status)
+ - :func:`on_presence_update`
This also corresponds to the following attributes and classes in terms of cache: