fix v2
This commit is contained in:
parent
5ce61c820b
commit
3bc37cc1b7
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ module.exports = async function(userID, guild) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
if(scrobble.error != null){
|
if(scrobble.error != null){
|
||||||
|
sendText.text = scrobble.errorMsg;
|
||||||
return sendText;
|
return sendText;
|
||||||
}
|
}
|
||||||
const embed = new Discord.MessageEmbed()
|
const embed = new Discord.MessageEmbed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue