Actual fix to the problem
This commit is contained in:
parent
528308c858
commit
5ce61c820b
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ module.exports = async function(userID, guild) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
if(scrobble.error != null){
|
if(scrobble.error != null){
|
||||||
sendText.text = "Last.fm is probably having problems. Try again later.";
|
|
||||||
return sendText;
|
return sendText;
|
||||||
}
|
}
|
||||||
const embed = new Discord.MessageEmbed()
|
const embed = new Discord.MessageEmbed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue