fix qrLogin
This commit is contained in:
@@ -155,6 +155,7 @@ new DiscordAuthWebsocket({
|
||||
apiVersion: 9,
|
||||
userAgent: defaultUA,
|
||||
wsProperties: defaultClientOptions.ws.properties,
|
||||
captchaHandler: () => new Error('Captcha Handler not found. Please set captchaHandler option.'),
|
||||
};
|
||||
if (typeof options == 'object') {
|
||||
if (typeof options.debug == 'boolean') this.options.debug = options.debug;
|
||||
|
Reference in New Issue
Block a user