Skip to content

Commit

Permalink
🎨 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Nov 17, 2021
1 parent 2bf810b commit e2689bf
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 @@ -19,7 +19,7 @@ function createSwarm (auths, options = {}) {
// general methods
swarm.addSwarmMember = async function (auth) {
// fix for microsoft auth
if (auth.auth === "microsoft") auth.authTitle = "00000000402b5328"
if (auth.auth === 'microsoft') auth.authTitle = '00000000402b5328'
// create bot and save its options
const bot = mineflayer.createBot({ ...options, ...auth })
bot.my_opts = { ...options, ...auth }
Expand Down

0 comments on commit e2689bf

Please sign in to comment.