Add support for integration create/update/delete events

This commit is contained in:
Nadir Chowdhury
2021-06-07 08:28:26 +01:00
committed by GitHub
parent 2ea2693bd7
commit ab6d592f8c
4 changed files with 103 additions and 2 deletions

View File

@ -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.
"""