From 3bc37cc1b752f94278185b5f27696a788fc43277 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 8 Apr 2024 12:56:15 +0200 Subject: [PATCH] fix v2 --- util/lastfm/getCurrentScrobble.js | 1 + 1 file changed, 1 insertion(+) diff --git a/util/lastfm/getCurrentScrobble.js b/util/lastfm/getCurrentScrobble.js index 5d251a3..62558ba 100644 --- a/util/lastfm/getCurrentScrobble.js +++ b/util/lastfm/getCurrentScrobble.js @@ -49,6 +49,7 @@ module.exports = async function(userID, guild) { }); }); if(scrobble.error != null){ + sendText.text = scrobble.errorMsg; return sendText; } const embed = new Discord.MessageEmbed()