This commit is contained in:
SileNce5k 2024-04-08 12:56:15 +02:00
parent 5ce61c820b
commit 3bc37cc1b7
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

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