From 5ac0112cc722c04d6409176e98921237ae7f6a38 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Fri, 19 Aug 2022 07:46:12 +0700 Subject: [PATCH] OK fixed. --- commands/music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/music.js b/commands/music.js index 62a6838..2153918 100644 --- a/commands/music.js +++ b/commands/music.js @@ -65,7 +65,7 @@ module.exports = { let message = ''; listed.forEach((value) => { - if (color==='§4') { + if (color==='§6') { color = '§e'; } else if (color==='§e') { color = '§6';