mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +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
|
||||
if (client.config.devMode) console.log("- Spotify access token set -");
|
||||
} else {
|
||||
console.log("An error occured!");
|
||||
console.log("An error occured whilst getting spotify access key");
|
||||
}
|
||||
});
|
||||
};
|
Loading…
Reference in New Issue
Block a user