mindcraft/agent_code/template.js
2023-11-07 12:48:26 -06:00

6 lines
157 B
JavaScript

import * as skills from '../utils/skills.js';
import * as world from '../utils/world.js';
export async function main(bot) {
// agent's code goes here
}