From b1ef5ae40c1ff7c81be2fe5977073556326196ae Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Thu, 25 Aug 2022 17:00:14 +0700 Subject: [PATCH] =?UTF-8?q?'=C2=A7a=C2=A7lConsole=C2=A7r'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b2169be..17db944 100644 --- a/index.js +++ b/index.js @@ -494,7 +494,7 @@ dcclient.on('ready', async () => { return; } // if (line.startsWith("."))return console.log('command not found') - if (line.startsWith('.')) return bot.command_handler.run('Console', '§e§lConsole§r', '*' + line.substring(1), 'c0ns0le-uuid'); + if (line.startsWith('.')) return bot.command_handler.run('Console', '§a§lConsole§r', '*' + line.substring(1), 'c0ns0le-uuid'); bot.core.run('minecraft:tellraw @a ' + JSON.stringify(['', {'text': '[', 'color': 'dark_gray'}, {'text': `${bot.username} Console`, 'color': 'gray'}, {'text': '] ', 'color': 'dark_gray'}, {'text': 'chayapak ', 'color': 'green'}, {'text': '› ', 'color': 'dark_gray'}, MessageBuilder.fromString('&7' + line)])); } catch (e) { console.log(e);