mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
import { Agent } from './agent.js';
|
|
|
|
let agent = new Agent('andy', './bots/andy.json', true);
|
|
agent.start();
|