Lint
This commit is contained in:
parent
8c478f1ca0
commit
8c95e7c8fe
1 changed files with 5 additions and 5 deletions
10
index.js
10
index.js
|
@ -1,8 +1,8 @@
|
||||||
const mf = require("mineflayer");
|
const mf = require('mineflayer')
|
||||||
|
|
||||||
const bot = mf.createBot({
|
const bot = mf.createBot({
|
||||||
host: "localhost",
|
host: 'localhost',
|
||||||
port: 25568,
|
port: 25568,
|
||||||
username: "Mineflayer Bot",
|
username: 'Mineflayer Bot',
|
||||||
version: "1.9.4"
|
version: '1.9.4'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue