How do I implement a captcha solver? #1037
-
So I attempted to implement it like this: const client = new Client({ checkUpdate: false, captchaKey: '224a8a379eef7518355c948fd766c7d5', captchaService: '2captcha' })
client.on('ready', async () => {
client.user.setAFK(true);
console.log(`[ Token ] Online | ${client.user.tag}`);
client.user.setStatus('invisible');
}); However, it still threw an error:
Did I do something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
aiko-chan-ai
Feb 6, 2024
Replies: 2 comments
-
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/examples/AddBot.js |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rhxsp
-
did my bro leak captcha api key?? |
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
https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/examples/AddBot.js