Replies: 1 comment
-
Code ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been running a selfbot project using discord.js-selfbot-v13. Everything was working perfectly until around 3 days ago. Suddenly, I'm getting this error when trying to fetch a user's Nitro status, even though the bot is online and the token is valid.
Here is the error:
Self-bot logged in as d24yt
Bot logged in as ThailandHelper .#3352
Error checking nitro status: DiscordAPIError: Unauthorized
at RequestHandler.execute (/project/workspace/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:425:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async RequestHandler.push (/project/workspace/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:64:14)
at async UserManager.fetch (/project/workspace/node_modules/discord.js-selfbot-v13/src/managers/UserManager.js:98:18)
at async checkUserInfo (/project/workspace/index.js:326:18)
at async Client. (/project/workspace/index.js:454:22) {
method: 'get',
path: '/users/1330922201775345675',
code: 40001,
httpStatus: 403,
requestData: { json: undefined, files: [], headers: undefined },
retries: 0,
captcha: null
}
Things I’ve tried:
Changed multiple tokens (all of them are valid and working).
Restarted the project.
Verified that the bot is still showing online.
This used to work before. Could it be a new limitation or behavior change in Discord’s API? Or does the library need a patch for a recent update?
Any help would be appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions