mirror of
https://github.com/Burn-E99/SweeperBot.git
synced 2026-06-04 07:53:50 -04:00
test
This commit is contained in:
7
mod.ts
7
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 config from './config.ts';
|
||||||
import { DEBUG, LOCALMODE } from './flags.ts';
|
import { DEBUG, LOCALMODE } from './flags.ts';
|
||||||
import {
|
import {
|
||||||
@@ -13,7 +7,6 @@ import {
|
|||||||
Intents,
|
Intents,
|
||||||
startBot,
|
startBot,
|
||||||
} from './deps.ts';
|
} from './deps.ts';
|
||||||
// import { dbClient, ignoreList } from './src/db.ts';
|
|
||||||
import { events } from './src/events.ts';
|
import { events } from './src/events.ts';
|
||||||
|
|
||||||
// Initialize logging client with folder to use for logs, needs --allow-write set on Deno startup
|
// Initialize logging client with folder to use for logs, needs --allow-write set on Deno startup
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
/* The Artificer was built in memory of Babka
|
|
||||||
* With love, Ean
|
|
||||||
*
|
|
||||||
* December 21, 2020
|
|
||||||
*/
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
// Log4Deno deps
|
// Log4Deno deps
|
||||||
log,
|
log,
|
||||||
|
|||||||
Reference in New Issue
Block a user