Delete bots directory

This commit is contained in:
Sweaterdog 2025-02-08 22:37:50 -08:00 committed by GitHub
parent 74491e1523
commit 3badd59c78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 22 deletions

View file

@ -1,6 +0,0 @@
(async (bot) => {
/* CODE HERE */
log(bot, 'Code finished.');
})

View file

@ -1,10 +0,0 @@
import * as skills from '../../../src/agent/library/skills.js';
import * as world from '../../../src/agent/library/world.js';
import Vec3 from 'vec3';
const log = skills.log;
export async function main(bot) {
/* CODE HERE */
log(bot, 'Code finished.');
}

View file

@ -1,6 +0,0 @@
(async (bot) => {
/* CODE HERE */
log(bot, 'Code finished.');
})