Skip to content

Commit

Permalink
added PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
beastksoepic authored Apr 21, 2021
1 parent 0259fda commit 4f678bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var port = data["port"];
var username = data["name"]
var bot = mineflayer.createBot({
host: host,
port: port
port: port,
username: username
});
function getRandomArbitrary(min, max) {
Expand Down

0 comments on commit 4f678bd

Please sign in to comment.