summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 15:51:53 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 15:51:53 +0100
commita0cb65ccad9036c9f58de3ae800b20e99c8a430e (patch)
treea4fb59f57a50488be6d4b7aa1823bec646ec9613 /src/Server.ts
parent:art: [Ban] use removeMember() + move ban in seperate file (diff)
downloadserver-a0cb65ccad9036c9f58de3ae800b20e99c8a430e.tar.xz
:art: restructure + add/remove Member() function
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.ts b/src/Server.ts

index 6861cb1c..0c92e1b7 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -4,7 +4,7 @@ import { Connection } from "mongoose"; import { Server, ServerOptions } from "lambert-server"; import { Authentication, GlobalRateLimit } from "./middlewares/"; import Config from "./util/Config"; -import { db } from "./routes/api/v8/channels/#channelid/node_modules/fosscord-server-util"; +import { db } from "fosscord-server-util"; import i18next from "i18next"; import i18nextMiddleware, { I18next } from "i18next-http-middleware"; import i18nextBackend from "i18next-node-fs-backend";