summary refs log tree commit diff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 21:55:07 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 21:55:07 +0100
commit9b7f4e2b66bd978c3903b352ee1811e80848a24a (patch)
tree4f537890f27f44b95d7057e41ae3c32be08a1791 /dist/index.d.ts
parent:bug: make default options optional (diff)
downloadserver-9b7f4e2b66bd978c3903b352ee1811e80848a24a.tar.xz
Move Models/Schemas to server-util
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts

index 46dcff5a..45a3252d 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts
@@ -1,5 +1,6 @@ import { checkToken } from "./checkToken"; import Config, { DefaultOptions } from "./Config"; -import db from "./Database"; +import { db } from "discord-server-util"; + import * as Constants from "./Constants"; export { checkToken, Config, Constants, db, DefaultOptions };