From c5be3a9b7f84651205f6acc8d2b48661d9a9900f Mon Sep 17 00:00:00 2001 From: jopatvoeimami <104171124+jopatvoeimami@users.noreply.github.com> Date: Fri, 22 Apr 2022 00:24:32 +0300 Subject: [PATCH] Update bot.js --- JS/bot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JS/bot.js b/JS/bot.js index 35c53c5..5e31a87 100644 --- a/JS/bot.js +++ b/JS/bot.js @@ -5,8 +5,8 @@ console.log('Starting...') function createBot () { const bot = mineflayer.createBot({ host: "localhost", - port: "25565", - username: "Test", + port: "58012", + username: "tot", version: false }) bot.on('login', function() { @@ -37,4 +37,4 @@ function createBot () { bot.on('error', err => console.log(err)) bot.on('end', createBot) } -createBot() \ No newline at end of file +createBot()