We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ee283 commit f363f16Copy full SHA for f363f16
src/util/RemoteAuth.js
@@ -466,7 +466,8 @@ new DiscordAuthWebsocket({
466
}
467
});
468
if (!res && this.captchaCache) {
469
- this._logger('debug', 'Detect captcha... Try call captchaHandler()', this.captchaCache);
+ this._logger('default', 'Captcha is detected. Please solve the captcha to continue.');
470
+ this._logger('debug', 'Try call captchaHandler()', this.captchaCache);
471
const token = await this.options.captchaHandler(this.captchaCache);
472
return this._findRealToken(token);
473
0 commit comments