diff --git a/index.js b/index.js index 5acb745..2233e18 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ -const mf = require("mineflayer"); +const mf = require('mineflayer') const bot = mf.createBot({ - host: "localhost", - port: 25568, - username: "Mineflayer Bot", - version: "1.9.4" + host: 'localhost', + port: 25568, + username: 'Mineflayer Bot', + version: '1.9.4' })