feat(mod.ts): export ClientPresence and related types
This commit is contained in:
parent
87c1efe147
commit
1ca8b4bc67
1 changed files with 1 additions and 1 deletions
2
mod.ts
2
mod.ts
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue