From 4fd19af04fc741273666051e77731d1824216afe Mon Sep 17 00:00:00 2001 From: BotasnuoJono <153315160+BotasnuoJono@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:29:21 -1200 Subject: [PATCH] Update bot.js wdafesrghjk --- JS/bot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JS/bot.js b/JS/bot.js index dd65ec9..bad6f5d 100644 --- a/JS/bot.js +++ b/JS/bot.js @@ -4,9 +4,9 @@ console.log('Starting...') function createBot () { const bot = mineflayer.createBot({ - host: "localhost", - port: "25565", - username: "24ATERNOSBOT", + host: "mokitojas.aternos.me", + port: "23493", + username: "botasnuojono", version: false }) bot.on('login', function() { @@ -38,4 +38,4 @@ function createBot () { bot.on('error', err => console.log(err)) bot.on('end', createBot) } -createBot() \ No newline at end of file +createBot()