From 5ce61c820b8d250bb46bd11c0a788bc4b1dd2a1c Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 8 Apr 2024 12:54:40 +0200 Subject: [PATCH] Actual fix to the problem --- util/lastfm/getCurrentScrobble.js | 1 - 1 file changed, 1 deletion(-) diff --git a/util/lastfm/getCurrentScrobble.js b/util/lastfm/getCurrentScrobble.js index 4caa679..5d251a3 100644 --- a/util/lastfm/getCurrentScrobble.js +++ b/util/lastfm/getCurrentScrobble.js @@ -49,7 +49,6 @@ module.exports = async function(userID, guild) { }); }); if(scrobble.error != null){ - sendText.text = "Last.fm is probably having problems. Try again later."; return sendText; } const embed = new Discord.MessageEmbed()