From c08565cde9b8d80c1820195fbe21f2dda3ec6679 Mon Sep 17 00:00:00 2001 From: lamebox <78473984+lamebox@users.noreply.github.com> Date: Sun, 2 May 2021 10:14:56 -0700 Subject: [PATCH] Remove messageComponent from exports since that isn't merged --- deploy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.ts b/deploy.ts index 793ff82..f70c81d 100644 --- a/deploy.ts +++ b/deploy.ts @@ -146,8 +146,6 @@ export * from './src/types/interactions.ts' export * from './src/structures/slash.ts' export * from './src/interactions/mod.ts' export * from './src/types/channel.ts' -export * from './src/types/messageComponents.ts' export * from './src/structures/interactions.ts' -export * from './src/structures/messageComponents.ts' export * from './src/structures/message.ts' export * from './src/structures/embed.ts'