Update bot.js
This commit is contained in:
parent
beb439ff70
commit
93602a3c80
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -67,7 +67,7 @@ options.Console.filelogging ??= false;
|
|||
console.log(`Username: ${bot.options.username}`);
|
||||
console.log(`Host: ${bot.options.host}:${bot.options.port}`);
|
||||
console.log(`Minecraft java version: ${bot.options.version}`);
|
||||
if(!bot.options.Core.CorelessMode){
|
||||
if(!bot.options.Core.enabled){
|
||||
bot.console.info(`Coreless mode active for ${bot.options.host}:${bot.options.port} !`)
|
||||
}
|
||||
bot.chat('&5&lFNF�FFFF&lBoyfriend&4&lBot &f- &4Parker&02991')
|
||||
|
|
Loading…
Reference in a new issue