-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
INTEGRATION_UPDATE event not handled #709
Comments
The part of the docs you linked was for the audit log entries rather than the gateway events. This is a planned addition once discord/discord-api-docs#2295 is merged. |
My apologies, updated the wording + link as |
I suspect supporting this would also require us to support several aspects of #712, which I'm not sure how we should go about at the moment. |
Realistically, I am not sure we need to handle this event at all. As far as I know it is not intended for bots, so we should probably just blackhole it to avoid warnings. |
Do you know if that's also the case with |
Logically, yes. That said if I can get an official statement contradicting my original comment, I'd be more than happy to leave this up for grabs. |
It seems that handling these events could be used for any Bot that wants to locally track changes to the interactions and store the data so you don't have to make a request to Discord to get the most up to date information. Something along the lines of listing current interactions for the guild without grabbing it all at once. Food for thought on keeping these events. The data could be used, even if it seems there isnt a big use for it. Granted, the page on Discord Docs is entirely unhelpful, so who knows. |
There's no way for bots to query integrations. |
Whoops, was thinking of the |
This event will be temporarily ignored in #720 along with its create and delete versions. Discord still plans to document this so this issue will still be on hold for the time being. |
Summary
Event
INTEGRATION_UPDATE
is not handled on DSharpPlus v4.0.0-rc1.This event is listed here with more dumps on the event on a related DAPI issue here
Seems like
INTEGRATION_CREATE
andINTEGRATION_DELETE
also exist, however, I haven't run into these.Details
RAW Paste
Formatted for your eyes
Steps to reproduce
Unfortunately due to limited time with exams, I haven't been able to pinpoint what exactly causes the event to trigger, however, I included other mentions of it in Summary
The text was updated successfully, but these errors were encountered: