feat: remove nopecha

This commit is contained in:
Elysia
2023-04-06 19:29:25 +07:00
parent 00d6a6a88a
commit 34fb1df241
5 changed files with 7 additions and 31 deletions

View File

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