feat(mod.ts): export ClientPresence and related types

This commit is contained in:
DjDeveloperr 2020-12-04 08:14:45 +05:30
parent 87c1efe147
commit 1ca8b4bc67

2
mod.ts
View file

@ -55,7 +55,7 @@ export { Invite } from './src/structures/invite.ts'
export * from './src/structures/member.ts' export * from './src/structures/member.ts'
export { Message } from './src/structures/message.ts' export { Message } from './src/structures/message.ts'
export { MessageMentions } from './src/structures/messageMentions.ts' export { MessageMentions } from './src/structures/messageMentions.ts'
export { Presence } from './src/structures/presence.ts' export { Presence, ClientPresence } from './src/structures/presence.ts'
export { Role } from './src/structures/role.ts' export { Role } from './src/structures/role.ts'
export { Snowflake } from './src/structures/snowflake.ts' export { Snowflake } from './src/structures/snowflake.ts'
export { TextChannel, GuildTextChannel } from './src/structures/textChannel.ts' export { TextChannel, GuildTextChannel } from './src/structures/textChannel.ts'