This commit is contained in:
Ean Milligan (Bastion) 2022-09-05 03:56:41 -04:00
parent c7edb070bf
commit 3131552df4
2 changed files with 0 additions and 13 deletions

7
mod.ts
View File

@ -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

View File

@ -1,9 +1,3 @@
/* The Artificer was built in memory of Babka
* With love, Ean
*
* December 21, 2020
*/
import {
// Log4Deno deps
log,