1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update queue.js

This commit is contained in:
MatteZ02 2019-08-03 09:43:36 +03:00
parent e82263af2f
commit ce23be4fa3

View File

@ -22,7 +22,7 @@ module.exports = {
}
const embed = new RichEmbed()
.setTitle("__Song queue__")
.setDescription(`🎶 **Now playing:** ${serverQueue.songs[0].title}\n${queuemessage}`)
.setDescription(`**Now playing:** ${serverQueue.songs[0].title}🎶\n:arrow_down: Next in queue :arrow_down\n${queuemessage}`)
.setColor("#b50002")
return message.channel.send(embed);
}