feat: captcha solver with proxy

i dont like it
This commit is contained in:
Elysia
2023-06-02 11:09:08 +07:00
parent 2e0889459c
commit 18e7f8171f
5 changed files with 68 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ class RESTManager {
this.client.options.captchaService,
this.client.options.captchaKey,
this.client.options.captchaSolver,
this.client.options.captchaWithProxy ? this.client.options.proxy : '',
);
}