From 10daabcddc541f977a9709c4272d9e6278eee692 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Thu, 8 Dec 2022 18:20:10 +0700 Subject: [PATCH] remove "[ChomeNS Bot] " --- plugins/music.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/music.js b/plugins/music.js index 3c9e3e6..dec7071 100644 --- a/plugins/music.js +++ b/plugins/music.js @@ -114,9 +114,9 @@ function inject (bot) { function toComponent () { const component = [ - { text: '[', color: 'dark_gray' }, - { text: 'ChomeNS Bot', color: 'yellow' }, - { text: '] ', color: 'dark_gray' }, + // { text: '[', color: 'dark_gray' }, + // { text: 'ChomeNS Bot', color: 'yellow' }, + // { text: '] ', color: 'dark_gray' }, { text: 'Now Playing', color: 'gold' }, { text: ' | ', color: 'dark_gray' }, { text: bot.music.song.name, color: 'green' },