-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New gateway events: INTEGRATION_CREATE/UPDATE/DELETE #2121
Comments
Are we meant to now keep a cache of integrations locally? Is there any unexpected behaviour relating to how this is dispatched, given the REST endpoint is apparently intended to give arbitrary unpredictable results if more than 50 integrations exist? (Night confirmed this is working as intended in #1990 but this leaves this part of the API somewhat unusable given there is no guarantee it will actually work in an idempotent way for anyone). Is anyone able to confirm how this will work? Additionally, how does this differ to the |
There are also two other events
|
This seems to be connected with #1886 As the application field is the one present here. |
This changeset implements INTEGRATION_CREATE, INTEGRATION_DELETE and INTEGRATION_UPDATE. The events were first described in discord/discord-api-docs#2121 Signed-off-by: Valdemar Erk <valdemar@erk.io>
We have begun getting a event on the following form, is this an event that will be documented?
The text was updated successfully, but these errors were encountered: