This commit is contained in:
Andrew Lee 2020-12-23 19:37:21 -05:00
parent 755f5d1d51
commit 07c35df062
Signed by: andrew
GPG key ID: 4DCE67C47836D125

1
bot.js
View file

@ -52,7 +52,6 @@ function playAudio() {
if (err) if (err)
console.log(err); console.log(err);
}); });
} else return
const statusEmbed = new Discord.MessageEmbed() const statusEmbed = new Discord.MessageEmbed()
.addField('Now Playing', `${audio}`) .addField('Now Playing', `${audio}`)
.setColor('#0066ff') .setColor('#0066ff')