aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
698 stars 143 forks source link

Unknown Message #1168

Open jikesgonzalez opened 1 month ago

jikesgonzalez commented 1 month ago

Which package has the bugs?

The core library

Issue description

When i try to join a server, i recive the following error:

  error: DiscordAPIError: Unknown Message
      at RequestHandler.execute (/root/joiner/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 (/root/joiner/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:63:14)
      at async Client.acceptInvite (/root/joiner/node_modules/discord.js-selfbot-v13/src/client/Client.js:547:18)
      at async joinGuildAndCreateInvite (file:///root/joiner/index.mjs:165:17)
      at async joinGuild (file:///root/joiner/index.mjs:121:19)
      at async Promise.all (index 0)
      at async processSession (file:///root/joiner/index.mjs:99:4)
      at async file:///root/joiner/index.mjs:73:4 {
    method: 'post',
    path: '/invites/JGmcSEgX',
    code: 10008,
    httpStatus: 403,
    requestData: { json: [Object], files: [], headers: undefined },
    retries: 1,
    captcha: null
  }

Code sample

No response

Package version

^3.1.3

Node.js version

v20.10.0

Operating system

No response

Priority this issue should have

Low (slightly annoying)

Checklist

Additional Information

No response

TheUntraceable commented 1 month ago

I have also encountered this issue. Was there a fix?

bigmacpro commented 3 weeks ago

Also getting this after joining 4 - 6 servers, I've tried a few tokens on new proxies.

Is this a shadow ban from joining servers?