From af53e953497f92c9c003aa9c1b5f15d2d737fcda Mon Sep 17 00:00:00 2001 From: Raphix Date: Mon, 8 May 2023 18:01:11 +0200 Subject: [PATCH] Enable App for other Codes --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index ad1009f..a7b2e3a 100644 --- a/src/main.js +++ b/src/main.js @@ -967,6 +967,7 @@ function startServer(client) { if(checked == true) { + console.log("Discord Auth - ACCESS GRANTED - Token : " + token) fetch('https://discord.com/api/users/@me', { headers: { authorization: `${creditentials.token_type} ${creditentials.access_token}`,