summary refs log tree commit diff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
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 };