mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Queue format update
This commit is contained in:
parent
134fb4f6a7
commit
e82263af2f
@ -22,8 +22,7 @@ module.exports = {
|
||||
}
|
||||
const embed = new RichEmbed()
|
||||
.setTitle("__Song queue__")
|
||||
.setDescription(queuemessage)
|
||||
.setFooter(`🎶 **Now playing:** ${serverQueue.songs[0].title}`)
|
||||
.setDescription(`🎶 **Now playing:** ${serverQueue.songs[0].title}\n${queuemessage}`)
|
||||
.setColor("#b50002")
|
||||
return message.channel.send(embed);
|
||||
}
|
||||
|
@ -22,8 +22,7 @@ module.exports = {
|
||||
}
|
||||
const embed = new RichEmbed()
|
||||
.setTitle("__Song queue__")
|
||||
.setDescription(queuemessage)
|
||||
.setFooter(`🎶 **Now playing:** ${serverQueue.songs[0].title}`)
|
||||
.setDescription(`🎶 **Now playing:** ${serverQueue.songs[0].title}\n${queuemessage}`)
|
||||
.setColor("#b50002")
|
||||
return message.channel.send(embed);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user