diff options
Diffstat (limited to 'discord/flags.py')
| -rw-r--r-- | discord/flags.py | 3 |
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. """ |