Skip to content

Bug report or error with my code idk #21

@iskidfromAddict

Description

@iskidfromAddict
const swarm = mineflayerSwarm.createSwarm([
  { // I reccomend you put this in a json file and add it to your gitignore. Suggested name: auth.json
    username: '[email protected]',
    password: 'P@ssword1!',
    auth: 'mojang'
  }, {
    username: '[email protected]',
    password: 'P@ssword2!',
    auth: 'microsoft'
  }
], {
  host: 'localhost',
  port: 25565
})

This code leads to this error:
image_2022-05-07_134849648

If anyone knows how to fix please let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions