feat: remove nopecha
This commit is contained in:
@@ -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.
|
||||
|
@@ -201,7 +201,7 @@ class Options extends null {
|
||||
os_version: '10.0.22621',
|
||||
os_arch: 'x64',
|
||||
system_locale: 'en-US',
|
||||
client_build_number: 99997, // 184787 (stable) but we don't want the captcha to be more difficult to solve
|
||||
client_build_number: 184787, // 184787 (stable) but we don't want the captcha to be more difficult to solve
|
||||
native_build_number: 30921,
|
||||
client_event_source: null,
|
||||
design_id: 0,
|
||||
|
Reference in New Issue
Block a user