From 94f6a99470aa64f4a0315bcd0ecca03fd5fe80f5 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Wed, 22 Jul 2020 12:17:01 +0300 Subject: [PATCH] Update getSpotifyKey.js --- src/struct/funcs/getSpotifyKey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/funcs/getSpotifyKey.js b/src/struct/funcs/getSpotifyKey.js index cdbd51b9..bcf050a3 100644 --- a/src/struct/funcs/getSpotifyKey.js +++ b/src/struct/funcs/getSpotifyKey.js @@ -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"); } }); }; \ No newline at end of file