1
0
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:
Matte 2020-07-22 12:17:01 +03:00
parent 1d4750aa46
commit 94f6a99470

View File

@ -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");
}
});
};