1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 12:36:01 +00:00

Song author and remove command

This commit is contained in:
MatteZ02
2019-10-24 19:29:04 +03:00
parent 72e600454f
commit bd9ef87dde
3 changed files with 27 additions and 1 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
const embed = new Discord.RichEmbed()
.setTitle("__Now playing__")
.setDescription(`🎶**Now playing:** ${serverQueue.songs[0].title}\n${array.join('')} | \`${client.funcs.msToTime(completed)} / ${client.funcs.msToTime(songtime)}\``)
.setFooter(`Queued by \`${serverQueue.songs[0].author.tag}\``)
.setURL(serverQueue.songs[0].url)
.setColor("#b50002")
return message.channel.send(embed);