mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-22 21:13:18 +00:00
Update getSpotifyKey.js
This commit is contained in:
parent
1d4750aa46
commit
94f6a99470
@ -22,7 +22,7 @@ module.exports = async function (client) {
|
|||||||
client.config.spotify_access_key = body.access_token
|
client.config.spotify_access_key = body.access_token
|
||||||
if (client.config.devMode) console.log("- Spotify access token set -");
|
if (client.config.devMode) console.log("- Spotify access token set -");
|
||||||
} else {
|
} else {
|
||||||
console.log("An error occured!");
|
console.log("An error occured whilst getting spotify access key");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user