From c4695b5a786e06dc0c4798767567249d132829a0 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sun, 25 Dec 2022 21:58:32 +0700 Subject: [PATCH] fix: remote auth --- src/util/RemoteAuth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/RemoteAuth.js b/src/util/RemoteAuth.js index 5c3e40c..ad28d5d 100644 --- a/src/util/RemoteAuth.js +++ b/src/util/RemoteAuth.js @@ -414,7 +414,7 @@ new DiscordAuthWebsocket({ async _findRealToken(captchaSolveData) { if (!this.token) this._throwError(new Error('Token is not created.')); const chromeVersion = defaultClientOptions.ws.properties.browser_version.split('.')[0]; - this._logger('debug', 'Find real token...', res.data); + this._logger('debug', 'Find real token...'); const res = await axios .post( `https://discord.com/api/v${this.options.apiVersion}/users/@me/remote-auth/login`,