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