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

@@ -39,9 +39,10 @@ exports.MaxBulkDeletableMessageAge = 1_209_600_000;
/**
* API captcha solver
* * `2captcha` - 2captcha.com
* * `nopecha` - nopecha.com
* @typedef {string[]} captchaServices
*/
exports.captchaServices = ['2captcha'];
exports.captchaServices = ['2captcha', 'nopecha'];
/**
* Automatically scan and delete direct messages you receive that contain explicit media content.