Enable App for other Codes
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-05-08 18:01:11 +02:00
parent c1cca39012
commit af53e95349

View File

@ -967,6 +967,7 @@ function startServer(client) {
if(checked == true) { if(checked == true) {
console.log("Discord Auth - ACCESS GRANTED - Token : " + token)
fetch('https://discord.com/api/users/@me', { fetch('https://discord.com/api/users/@me', {
headers: { headers: {
authorization: `${creditentials.token_type} ${creditentials.access_token}`, authorization: `${creditentials.token_type} ${creditentials.access_token}`,