From 3131552df48cf4c721ae4a187a65cb9e4df10f8b Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Mon, 5 Sep 2022 03:56:41 -0400 Subject: [PATCH] test --- mod.ts | 7 ------- src/utils.ts | 6 ------ 2 files changed, 13 deletions(-) diff --git a/mod.ts b/mod.ts index bcb9bbf..6d2b150 100644 --- a/mod.ts +++ b/mod.ts @@ -1,9 +1,3 @@ -/* The Artificer was built in memory of Babka - * With love, Ean - * - * December 21, 2020 - */ - import config from './config.ts'; import { DEBUG, LOCALMODE } from './flags.ts'; import { @@ -13,7 +7,6 @@ import { Intents, startBot, } from './deps.ts'; -// import { dbClient, ignoreList } from './src/db.ts'; import { events } from './src/events.ts'; // Initialize logging client with folder to use for logs, needs --allow-write set on Deno startup diff --git a/src/utils.ts b/src/utils.ts index 94ecf82..aaa8964 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,9 +1,3 @@ -/* The Artificer was built in memory of Babka - * With love, Ean - * - * December 21, 2020 - */ - import { // Log4Deno deps log,