chore: release v2.8.11
This commit is contained in:
@@ -893,7 +893,9 @@ class Client extends BaseClient {
|
||||
*/
|
||||
_validateOptions(options = this.options) {
|
||||
const captchaService = ['2captcha'];
|
||||
options.captchaService = '';
|
||||
if (options && options.captchaService) {
|
||||
options.captchaService = undefined;
|
||||
}
|
||||
if (typeof options.intents === 'undefined') {
|
||||
throw new TypeError('CLIENT_MISSING_INTENTS');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user