From 798b770d08cd4edb0a99f47427985950d61bbbec Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 20:30:03 -0400 Subject: [PATCH] would help if we'd actually inst the client --- src/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.ts b/src/Client.ts index f6cf26c..667402e 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -3,7 +3,7 @@ import mongoose from 'mongoose'; import signale from 'signale'; import fs from 'fs-extra'; import path from 'path'; -import { config } from '.'; +import config from './config.json'; import { Account, AccountInterface, Moderation, ModerationInterface, Domain, DomainInterface } from './models'; import { emojis } from './stores'; import { Command, Util } from './class';