Skip to content

Commit daec6fb

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

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,8 +10,8 @@ process.on('uncaughtException', (err) => {
1010
const mineflayer = require('mineflayer')
1111

1212
const options = {
13-
host: process.env.BOT_HOST || 'play.blockhorizon.fun',
14-
port: parseInt(process.env.BOT_PORT) || 64345,
13+
host: process.env.BOT_HOST || 'play.faltumc.xyz',
14+
port: parseInt(process.env.BOT_PORT) || 19132,
1515
username: process.env.BOT_USERNAME || 'PixelForgeStudio',
1616
auth: process.env.BOT_AUTH || 'offline',
1717
version: '1.20.4'

0 commit comments

Comments
 (0)