mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-29 19:44:53 +02:00
7 lines
157 B
JavaScript
7 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
|
||
|
}
|