summary refs log tree commit diff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
commit16a01111b831caa310604af6644d9db680291b0d (patch)
treea2f1577761fb127db53d41617cd6f560c426097c /dist/index.d.ts
parentMerge branch 'main' of https://github.com/discord-open-source/discord-server-... (diff)
downloadserver-16a01111b831caa310604af6644d9db680291b0d.tar.xz
added missing exports (guildschema)
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 23f3c96d..4b66da9f 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts
@@ -12,6 +12,7 @@ import { User } from "./models/User"; import { EmojiSchema } from "./Schema/Emoji"; import { ActivitySchema } from "./Schema/Activity"; import { IdentifySchema } from "./Schema/Identify"; +import { GuildSchema } from "./Schema/Guild"; import { trimSpecial } from "./util/String"; import { BitField } from "./util/BitField"; import { Intents } from "./util/Intents"; @@ -19,4 +20,4 @@ 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, }; +export { trimSpecial, checkToken, Config, Constants, db, BitField, DefaultOptions, Permissions, MessageFlags, UserFlags, Snowflake, Intents, Channel, Emoji, Guild, Invite, Member, Role, User, EmojiSchema, ActivitySchema, IdentifySchema, GuildSchema, };