diff --git a/commands/q.js b/commands/q.js index eab1f60b..f5d8f6d2 100644 --- a/commands/q.js +++ b/commands/q.js @@ -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); } -}; \ No newline at end of file +};