From 6c44051a9d50510151eaa361b352f5e57b995d0c Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 12:33:40 +0300 Subject: [PATCH] Update getSpotifyKey.js --- src/struct/funcs/getSpotifyKey.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/struct/funcs/getSpotifyKey.js b/src/struct/funcs/getSpotifyKey.js index dd79fb80..fe8b94e5 100644 --- a/src/struct/funcs/getSpotifyKey.js +++ b/src/struct/funcs/getSpotifyKey.js @@ -1,5 +1,4 @@ module.exports = async function (client) { - let accessKey; var request = require("request"); var refresh_token = client.config.spotify_refresh_token;