mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Update q.js
This commit is contained in:
parent
ce23be4fa3
commit
e377b0d360
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user