feat: new captcha solver service

This commit is contained in:
March 7th
2022-12-04 16:38:15 +07:00
parent 63cd0b3ca8
commit 7a308f0383
4 changed files with 40 additions and 4 deletions

View File

@@ -1025,6 +1025,9 @@ class Client extends BaseClient {
throw new TypeError('CLIENT_INVALID_OPTION', 'captchaKey', 'a 32 character string');
}
break;
case 'nopecha': {
break;
}
}
}
if (options && typeof options.DMSync !== 'boolean') {