1
0
Fork 0

would help if we'd actually inst the client

refactor/models
Matthew 2019-10-27 20:30:03 -04:00
parent 9eda0e9b4c
commit 798b770d08
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

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