Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
beastksoepic authored Mar 24, 2021
1 parent 7e36c77 commit 7a28752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const mineflayer = require('mineflayer')
const fs = require('fs');
app.use(express.static('public'));
let rawdata = fs.readFileSync('config.json');
let data = JSON.parse(rawdata);
var lasttime = -1;
Expand Down

0 comments on commit 7a28752

Please sign in to comment.