You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
when using the JoinGuild.js example, throwing this error. I've tried various tokens on various IP addresses and still getting the same error.
Ready! sammythebot
C:\Users\user\Downloads\disc\node_modules\discord.js-selfbot-v13\src\rest\RequestHandler.js:415
throw new DiscordAPIError(data, res.status, request);
^
DiscordAPIError: Unknown Message
at RequestHandler.execute (C:\Users\user\Downloads\disc\node_modules\discord.js-selfbot-v13\src\rest\RequestHandler.js:415:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async RequestHandler.push (C:\Users\user\Downloads\disc\node_modules\discord.js-selfbot-v13\src\rest\RequestHandler.js:63:14)
at async Client.acceptInvite (C:\Users\user\Downloads\disc\node_modules\discord.js-selfbot-v13\src\client\Client.js:547:18)
at async Client.<anonymous> (C:\Users\user\Downloads\disc\join.js:25:3) {
method: 'post',
path: '/invites/gaming',
code: 10008,
httpStatus: 403,
requestData: {
json: { session_id: 'ad28c5bc93604f2a61584a42ff0ca7' },
files: [],
headers: undefined
},
retries: 3,
captcha: null
}
### Code sample
_No response_
### Package version
discord.js-selfbot-v13@3.1.4
### Node.js version
v18.12.1
### Operating system
Windows 10
### Priority this issue should have
High (immediate attention needed)
### 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
_No response_
Which package has the bugs?
The core library
Issue description
when using the JoinGuild.js example, throwing this error. I've tried various tokens on various IP addresses and still getting the same error.