INTEGRATION_UPDATE event not handled
See original GitHub issueSummary
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
and INTEGRATION_DELETE
also exist, however, I haven’t run into these.
Details
RAW Paste
[2020-12-14 09:09:59 -06:00] [105 /WebSocketRec] [Warn ] Unknown event: INTEGRATION_UPDATE
payload: "user": {
"username": "foo",
"public_flags": 768,
"id": "98455211680490000",
"discriminator": "0001",
"avatar": "a_c8cc171659deb9611627b000aa000aa0"
}, "type": "twitch", "syncing": false, "synced_at": "2020-12-14T09:09:59.490606-06:00", "subscriber_count": 4, "role_id": "709699113373000000", "revoked": false, "name": "foobar", "id": "709699111967900000", "expire_grace_period": 1, "expire_behavior": 0, "enabled": true, "enable_emoticons": true, "account": {
"name": "foobar",
"id": "123680000"
}, "guild_id": "98455504340000000"
Formatted for your eyes
[2020-12-14 09:09:59 -06:00] [105 /WebSocketRec] [Warn ] Unknown event: INTEGRATION_UPDATE
payload:
"user":{
"username":"foo",
"public_flags":768,
"id":"98455211680490000",
"discriminator":"0001",
"avatar":"a_c8cc171659deb9611627b000aa000aa0"
},
"type":"twitch",
"syncing":false,
"synced_at":"2020-12-14T09:09:59.490606-06:00",
"subscriber_count":4,
"role_id":"709699113373000000",
"revoked":false,
"name":"foobar",
"id":"709699111967900000",
"expire_grace_period":1,
"expire_behavior":0,
"enabled":true,
"enable_emoticons":true,
"account":{
"name":"foobar",
"id":"123680000"
},
"guild_id":"98455504340000000"
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
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
c# - Events not firing from COM component when in Unit ...
The key issue remains that when the COM is run under the context of a unit test the COM events do not fire....
Read more >After Update event not working in my Trigger
Hi All I have created a trigger for before insert which is fired on the basic of record creation.i need to add before...
Read more >Workaround for updating Event.Description field from site ...
Hi Ken, You can try with following workaround: 1) Since you are doing callout from third party and updating events in salesforce ,...
Read more >Integration Services (SSIS) Event Handlers - SQL
This event is raised by an executable when the value of a variable changes. The event is raised by the executable on which...
Read more >Item Update Event is not triggering upon applying filter ...
we are trying to capture Item Update business event in OIC with a specific condition. i.e capture only Master organization related events ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
There’s no way for bots to query integrations.