From a447128c0e5951bd891b6ebd4feacb86187aec14 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Mon, 2 Aug 2021 16:30:46 -0600 Subject: [PATCH] fix color --- commands/music/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/music/play.js b/commands/music/play.js index 967665d..e729d57 100644 --- a/commands/music/play.js +++ b/commands/music/play.js @@ -99,7 +99,7 @@ module.exports = { .addField("Length", moment.preciseDiff(Date.now(), Date.now() + song.info.length), true) .addField("Songs in Queue", `**1** Song\n${moment.preciseDiff(Date.now(), Date.now() + song.info.length)}`) .addField("Settings", `Volume: **${client.misc.queue[message.guild.id].volume}**/**150**`) - .setColor('2c328ba89cb0') + .setColor('328ba8') .setFooter("Luno") ); let reactions = ['⏯️', '⏭️', '⏹️', '🔁', '🔉', '🔊'];