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 22:05:03 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 22:05:03 +0100
commit047066aca91d33202a87415a8b06ebe8e1527adb (patch)
tree127ec40c7c2f6245524457968bc815ccc13e6e69 /dist/index.d.ts
parent:wrench: build (diff)
downloadserver-047066aca91d33202a87415a8b06ebe8e1527adb.tar.xz
:bug: export files and classes
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts
index 271b83a1..23f3c96d 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -12,4 +12,11 @@ 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, };
+import { trimSpecial } from "./util/String";
+import { BitField } from "./util/BitField";
+import { Intents } from "./util/Intents";
+import { MessageFlags } from "./util/MessageFlags";
+import { Permissions } from "./util/Permissions";
+import { Snowflake } from "./util/Snowflake";
+import { UserFlags } from "./util/UserFlags";
+export { trimSpecial, checkToken, Config, Constants, db, BitField, DefaultOptions, Permissions, MessageFlags, UserFlags, Snowflake, Intents, Channel, Emoji, Guild, Invite, Member, Role, User, EmojiSchema, ActivitySchema, IdentifySchema, };