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()