From 8590366900756e0cbbb2e147ee6d1c46e9be8579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CQu?= Date: Sun, 12 Jan 2025 23:52:59 +0800 Subject: [PATCH] Rollback two code template.js --- bots/template.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bots/template.js 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