diff --git a/mod.ts b/mod.ts index bb79a53..b47aa82 100644 --- a/mod.ts +++ b/mod.ts @@ -55,7 +55,7 @@ export { Invite } from './src/structures/invite.ts' export * from './src/structures/member.ts' export { Message } from './src/structures/message.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 { Snowflake } from './src/structures/snowflake.ts' export { TextChannel, GuildTextChannel } from './src/structures/textChannel.ts'