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-05 17:47:44 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 17:47:44 +0100
commitc53d6628f74d59e40325fcb2efb96d785452768e (patch)
treec4fb6d1d045919135d39acb329a4e7f5170afed8 /src/Server.ts
parentMerge branch 'master' of https://github.com/discord-open-source/discord-api i... (diff)
downloadserver-c53d6628f74d59e40325fcb2efb96d785452768e.tar.xz
use discord-server-util
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 729531ef..4d949353 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -2,7 +2,7 @@ import fs from "fs/promises"; import { Server, ServerOptions } from "lambert-server"; import { Authentication, GlobalRateLimit } from "./middlewares/"; import Config from "./util/Config"; -import db from "./util/Database"; +import { db } from "discord-server-util"; import i18next from "i18next"; import i18nextMiddleware, { I18next } from "i18next-http-middleware"; import i18nextBackend from "i18next-node-fs-backend";