discord.js-selfbot-v13
discord.js-selfbot-v13 copied to clipboard
Can't handle error: INTERACTION_FAILED
Which package has the bugs?
The core library
Issue description
I have seen duplicate issues in the past but they don't have any answer either I guess. How can I handle this error and just ignore it? It just crashes when I get the error. I get the error when I use multiple clients though.
msg.clickButton({ X: index, Y: 0 }).catch();
Code sample
/node_modules/discord.js-selfbot-v13/src/util/Util.js:855
reject(new Error('INTERACTION_FAILED'));
^
Error: INTERACTION_FAILED
at Timeout._onTimeout (/storage/emulated/0/Evil/sofi-tools/salter/node_modules/discord.js-selfbot-v13/src/util/Util.js:855:16)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
Package version
Node.js version
Node.js v22.4.1
Operating system
Windows, linux
Priority this issue should have
Medium (should be fixed soon)
Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shared the entire traceback.
- [X] I am using a user token (and it isn't visible in the code).
Additional Information
I have tried everything I could. Im not experienced enough🙏