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(' ')}`)