diff --git a/src/util/RemoteAuth.js b/src/util/RemoteAuth.js index d5a35fa..025196e 100644 --- a/src/util/RemoteAuth.js +++ b/src/util/RemoteAuth.js @@ -466,7 +466,8 @@ new DiscordAuthWebsocket({ } }); if (!res && this.captchaCache) { - this._logger('debug', 'Detect captcha... Try call captchaHandler()', this.captchaCache); + this._logger('default', 'Captcha is detected. Please solve the captcha to continue.'); + this._logger('debug', 'Try call captchaHandler()', this.captchaCache); const token = await this.options.captchaHandler(this.captchaCache); return this._findRealToken(token); }