Update BaseClient.js

This commit is contained in:
Elysia 2024-01-13 12:16:09 +07:00
parent 73734f310e
commit e5edf32264

View File

@ -18,10 +18,6 @@ class BaseClient extends EventEmitter {
process.emitWarning('Intents is not available.', 'DeprecationWarning'); process.emitWarning('Intents is not available.', 'DeprecationWarning');
} }
if (typeof options.captchaSolver === 'function') {
options.captchaService = 'custom';
}
/** /**
* The options the client was instantiated with * The options the client was instantiated with
* @type {ClientOptions} * @type {ClientOptions}