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