Update BaseClient.js
This commit is contained in:
parent
73734f310e
commit
e5edf32264
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user