1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update q.js

This commit is contained in:
Matte 2019-08-02 20:24:15 +03:00 committed by GitHub
parent 5eadbd6b95
commit b105fb1ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ module.exports = {
.setTitle("__Song queue__") .setTitle("__Song queue__")
.setDescription(queuemessage) .setDescription(queuemessage)
.setFooter(`🎶 **Now playing:** ${serverQueue.songs[0].title}`) .setFooter(`🎶 **Now playing:** ${serverQueue.songs[0].title}`)
.setColor("#2780cd") .setColor("#b50002")
return message.channel.send(embed); return message.channel.send(embed);
} }
}; };