feat: custom solve captcha function

This commit is contained in:
March 7th
2023-01-03 13:56:24 +07:00
parent 84e2e23468
commit c9d2d1bd18
7 changed files with 30 additions and 5 deletions

View File

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