From 0af3463910e8f153e71e6d5356bf575eb7378adb Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 10:43:26 -0500 Subject: [PATCH] Update commands/cmdtest.js --- commands/cmdtest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/cmdtest.js b/commands/cmdtest.js index 928e74a..106e508 100644 --- a/commands/cmdtest.js +++ b/commands/cmdtest.js @@ -61,7 +61,7 @@ context.source.player.displayName ?? context.source.player.profile.name, //ChatMessage.fromNotch(`${process.env["buildstring"]}`).toMotd().replaceAll('§', '&') - if (bot.options.Core.CorelessMode){ + if (!bot.options.Core.enabled){ const ChatMessage = require('prismarine-chat')(bot.options.version) bot.chat(`Hello, World!, Player: ${ChatMessage.fromNotch(context.source.player.displayName ?? context.source.player.profile.name).toMotd().replaceAll('§', '&')}, uuid: ${context.source.player.uuid}, Argument: ${args.slice(1).join(' ')}`)