diff --git a/src/struct/funcs/getSpotifyKey.js b/src/struct/funcs/getSpotifyKey.js index 9e17f4bf..cdbd51b9 100644 --- a/src/struct/funcs/getSpotifyKey.js +++ b/src/struct/funcs/getSpotifyKey.js @@ -20,7 +20,7 @@ module.exports = async function (client) { if (!error && response.statusCode === 200) { client.spotify.setAccessToken(body.access_token); client.config.spotify_access_key = body.access_token - console.log("- Spotify access token set -"); + if (client.config.devMode) console.log("- Spotify access token set -"); } else { console.log("An error occured!"); }