diff --git a/bots/template.js b/bots/template.js new file mode 100644 index 0000000..b7f270c --- /dev/null +++ b/bots/template.js @@ -0,0 +1,6 @@ +(async (bot) => { + +/* CODE HERE */ +log(bot, 'Code finished.'); + +}) \ No newline at end of file