Update commands/cmdtest.js
This commit is contained in:
parent
381838d1f0
commit
0af3463910
1 changed files with 1 additions and 1 deletions
|
@ -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(' ')}`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue