Skip to content

Commit f363f16

Browse files
committed
chore: error message clearer
1 parent e5ee283 commit f363f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/RemoteAuth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,8 @@ new DiscordAuthWebsocket({
466466
}
467467
});
468468
if (!res && this.captchaCache) {
469-
this._logger('debug', 'Detect captcha... Try call captchaHandler()', this.captchaCache);
469+
this._logger('default', 'Captcha is detected. Please solve the captcha to continue.');
470+
this._logger('debug', 'Try call captchaHandler()', this.captchaCache);
470471
const token = await this.options.captchaHandler(this.captchaCache);
471472
return this._findRealToken(token);
472473
}

0 commit comments

Comments
 (0)