From f9983d2fb42400e08832a6cfc06c574b683c4ce6 Mon Sep 17 00:00:00 2001 From: Migan178 Date: Fri, 2 Aug 2024 18:15:58 +0900 Subject: [PATCH] fix: Remove module exports --- config.example.json | 3 --- src/modules/index.ts | 2 -- 2 files changed, 5 deletions(-) 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,