diff --git a/JS/bot.js b/JS/bot.js index 35c53c5..5b0cb0b 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: "Test", + host: "EDMgame.aternos.me", + port: "55608", + username: "bot_for_save_bedwars", 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()