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);