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