Actual fix to the problem

This commit is contained in:
SileNce5k 2024-04-08 12:54:40 +02:00
parent 528308c858
commit 5ce61c820b
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

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