Update bot.js

This commit is contained in:
2024-10-20 15:23:03 -03:00
parent 62e5f4adf1
commit e95bca9916

View File

@ -13,8 +13,8 @@ function getRandomMovement() {
for (let i = startBotIndex; i < endBotIndex; i++) {
const bot = mineflayer.createBot({
host: 'localhost',
port: 25565,
host: 'mine.tribufu.com',
port: 45565,
username: `Bot${i}`,
auth: 'offline'
});