1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +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

View File

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