mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
import * as skills from '../utils/skills.js';
|
|
import * as world from '../utils/world.js';
|
|
// this file is currently unused
|
|
export async function main(bot) {
|
|
// agent's code goes here
|
|
}
|