Introduce config module
This commit is contained in:
parent
5b9f3701f5
commit
3fb6834f7d
50 changed files with 213 additions and 208 deletions
|
|
@ -3,7 +3,7 @@ import * as express from 'express';
|
|||
import * as request from 'request';
|
||||
import * as crypto from 'crypto';
|
||||
import User from '../../../../models/user';
|
||||
import config from '../../../../conf';
|
||||
import config from '../../../../config';
|
||||
import BotCore from '../core';
|
||||
import _redis from '../../../../db/redis';
|
||||
import prominence = require('prominence');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue