diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-10 14:16:30 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-10 14:16:30 +0100 |
commit | a283d70b83200f1cc112cb3058843dd5829ae5dc (patch) | |
tree | a06a91813e409ce350ec1706eca61524296284ea /src/Server.ts | |
parent | :bug: update package import to fosscord-server-util (diff) | |
download | server-a283d70b83200f1cc112cb3058843dd5829ae5dc.tar.xz |
update imports for fosscord-server-util
Diffstat (limited to 'src/Server.ts')
-rw-r--r-- | src/Server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.ts b/src/Server.ts index d427b964..b561f94e 100644 --- a/src/Server.ts +++ b/src/Server.ts @@ -3,7 +3,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 "discord-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"; |