diff --git a/config.example.json b/config.example.json index 374f33b..1e1a924 100644 --- a/config.example.json +++ b/config.example.json @@ -13,8 +13,5 @@ "password": "", "database": "", "port": 3306 - }, - "api": { - "opendict": "" } } diff --git a/src/modules/index.ts b/src/modules/index.ts index 21e3f02..a948b85 100644 --- a/src/modules/index.ts +++ b/src/modules/index.ts @@ -1,5 +1,4 @@ import { ResponseData, NSFWData, LearnData, MaaDatabase } from './database' -import { WordRelay } from './wordRelay' import { NODE_ENV } from './env' import ChatBot from './ChatBot' import noPerm from './noPerm' @@ -8,7 +7,6 @@ export { ResponseData, MaaDatabase, LearnData, - WordRelay, NODE_ENV, ChatBot, NSFWData,