From e5edf322640161375cdc737f30b4f97cd1db03df Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:16:09 +0700 Subject: [PATCH] Update BaseClient.js --- src/client/BaseClient.js | 4 ---- 1 file changed, 4 deletions(-) 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}