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-10 14:16:04 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 14:16:04 +0100
commitb2e3df59d3829d8a149b0bd0c0679ec967b76e8d (patch)
tree853d381aff19f80e608a57165eafc998ab374f8e /dist/index.d.ts
parentadded missing optional types (diff)
downloadserver-b2e3df59d3829d8a149b0bd0c0679ec967b76e8d.tar.xz
export event
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 4b66da9f..edfb4d90 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts
@@ -5,6 +5,7 @@ import * as Constants from "./util/Constants"; import { Channel } from "./models/Channel"; import { Emoji } from "./models/Emoji"; import { Guild } from "./models/Guild"; +import { Event } from "./models/Event"; import { Invite } from "./models/Invite"; import { Member } from "./models/Member"; import { Role } from "./models/Role"; @@ -20,4 +21,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, GuildSchema, }; +export { trimSpecial, checkToken, Config, Constants, db, BitField, DefaultOptions, Permissions, MessageFlags, UserFlags, Snowflake, Intents, Channel, Event, Emoji, Guild, Invite, Member, Role, User, EmojiSchema, ActivitySchema, IdentifySchema, GuildSchema, };