From 9b7f4e2b66bd978c3903b352ee1811e80848a24a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:55:07 +0100 Subject: Move Models/Schemas to server-util --- dist/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/index.d.ts') 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 }; -- cgit 1.5.1