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
751 stars 160 forks source link

You need to update your app to join this server #280

Closed 002-sans closed 1 year ago

002-sans commented 2 years ago

Which package has the bugs?

The core library

Issue description

Hi! I wanted to try the code to join a server, problem they tell me to update my discord while I'm on browser (on my app it's the same while it's updated), any idea why it does that?

Code sample

const code = args[0] || "YRzn5DtVyv"
  await client.fetchInvite(code).then(async invite => {
    await invite.acceptInvite(true); 
  });

Package version

2.6.6

Node.js version

16.17.0

Operating system

Win32

Priority this issue should have

Low (slightly annoying)

Checklist

Additional Information

No response

aiko-chan-ai commented 2 years ago

https://www.reddit.com/r/Discord_selfbots/comments/ww5fvn/how_do_i_escape_an_infinite_captcha_loop_while/

probably a limitation from Discord. I will check it out later