From ea41892fef208b10c1bb322de7683c39ebab3dd5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:01:01 +0100 Subject: :wrench: build --- dist/index.d.ts | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'dist/index.d.ts') diff --git a/dist/index.d.ts b/dist/index.d.ts index 45a3252d..271b83a1 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,6 +1,15 @@ -import { checkToken } from "./checkToken"; -import Config, { DefaultOptions } from "./Config"; -import { db } from "discord-server-util"; - -import * as Constants from "./Constants"; -export { checkToken, Config, Constants, db, DefaultOptions }; +import { checkToken } from "./util/checkToken"; +import Config, { DefaultOptions } from "./util/Config"; +import db from "./util/Database"; +import * as Constants from "./util/Constants"; +import { Channel } from "./models/Channel"; +import { Emoji } from "./models/Emoji"; +import { Guild } from "./models/Guild"; +import { Invite } from "./models/Invite"; +import { Member } from "./models/Member"; +import { Role } from "./models/Role"; +import { User } from "./models/User"; +import { EmojiSchema } from "./Schema/Emoji"; +import { ActivitySchema } from "./Schema/Activity"; +import { IdentifySchema } from "./Schema/Identify"; +export { checkToken, Config, Constants, db, DefaultOptions, Channel, Emoji, Guild, Invite, Member, Role, User, EmojiSchema, ActivitySchema, IdentifySchema, }; -- cgit 1.5.1