From b105fb1ea32845c0356908c04aacb8197025c798 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Fri, 2 Aug 2019 20:24:15 +0300 Subject: [PATCH] Update q.js --- commands/q.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};