mindcraft/main.js
2023-11-19 15:34:53 -06:00

4 lines
109 B
JavaScript

import { Agent } from './agent.js';
let agent = new Agent('andy', './bots/andy.json', true);
agent.start();