How to use the captcha solver? #485
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FFlap
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a bot to my guild and keep getting this error upon doing so. I have already specified the captcha service and key upon startup. Additionally using this,
const client = new Client({ captchaSolver: async (captchaData, userAgent) => { // solve... // captchaData: https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/Captcha // userAgent: string return token; } })
The error that I am not sure how to counteract:
Beta Was this translation helpful? Give feedback.
All reactions