mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-23 03:11:55 -05:00
Fixes
This commit is contained in:
parent
755f5d1d51
commit
07c35df062
1 changed files with 0 additions and 1 deletions
1
bot.js
1
bot.js
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue