Skip to content

Commit 7c1fcda

Browse files
authored
Update bot.js
1 parent a4c99c4 commit 7c1fcda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ process.on('uncaughtException', (err) => {
1010
const mineflayer = require('mineflayer')
1111

1212
const options = {
13-
host: process.env.BOT_HOST || 'yourserver.aternos.host',
13+
host: process.env.BOT_HOST || 'play.blockhorizon.fun',
1414
port: parseInt(process.env.BOT_PORT) || 64345,
1515
username: process.env.BOT_USERNAME || 'PixelForgeStudio',
1616
auth: process.env.BOT_AUTH || 'offline',
@@ -97,4 +97,4 @@ function humanBehavior(bot) {
9797
}, 300000)
9898
}
9999

100-
createBot()
100+
createBot()

0 commit comments

Comments
 (0)