aboutsummaryrefslogtreecommitdiff
path: root/discord/flags.py
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-06-07 08:28:26 +0100
committerGitHub <[email protected]>2021-06-07 03:28:26 -0400
commitab6d592f8ca393e5ef642295b0da44557ad4a2b0 (patch)
treea5d44ac3d7617a1d51ee018009b184bc5a57a40f /discord/flags.py
parentAdd the Guild.delete_custom_emoji method (diff)
downloaddiscord.py-ab6d592f8ca393e5ef642295b0da44557ad4a2b0.tar.xz
discord.py-ab6d592f8ca393e5ef642295b0da44557ad4a2b0.zip
Add support for integration create/update/delete events
Diffstat (limited to 'discord/flags.py')
-rw-r--r--discord/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/flags.py b/discord/flags.py
index 166a82ef..d6a892c8 100644
--- a/discord/flags.py
+++ b/discord/flags.py
@@ -572,6 +572,9 @@ class Intents(BaseFlags):
This corresponds to the following events:
- :func:`on_guild_integrations_update`
+ - :func:`on_integration_create`
+ - :func:`on_integration_update`
+ - :func:`on_raw_integration_delete`
This does not correspond to any attributes or classes in the library in terms of cache.
"""