From 3badd59c789597c42d23f06574b23d472777ecea Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Sat, 8 Feb 2025 22:37:50 -0800 Subject: [PATCH] Delete bots directory --- bots/execTemplate.js | 6 ------ bots/lintTemplate.js | 10 ---------- bots/template.js | 6 ------ 3 files changed, 22 deletions(-) delete mode 100644 bots/execTemplate.js delete mode 100644 bots/lintTemplate.js delete mode 100644 bots/template.js diff --git a/bots/execTemplate.js b/bots/execTemplate.js deleted file mode 100644 index b7f270c..0000000 --- a/bots/execTemplate.js +++ /dev/null @@ -1,6 +0,0 @@ -(async (bot) => { - -/* CODE HERE */ -log(bot, 'Code finished.'); - -}) \ No newline at end of file diff --git a/bots/lintTemplate.js b/bots/lintTemplate.js deleted file mode 100644 index 77b5d97..0000000 --- a/bots/lintTemplate.js +++ /dev/null @@ -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.'); -} \ No newline at end of file diff --git a/bots/template.js b/bots/template.js deleted file mode 100644 index b7f270c..0000000 --- a/bots/template.js +++ /dev/null @@ -1,6 +0,0 @@ -(async (bot) => { - -/* CODE HERE */ -log(bot, 'Code finished.'); - -}) \ No newline at end of file