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 1/2] 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' From a5fd1de25ec175b8d3f603104b28e31920b436f8 Mon Sep 17 00:00:00 2001 From: lamebox <78473984+lamebox@users.noreply.github.com> Date: Sun, 2 May 2021 16:05:24 -0700 Subject: [PATCH 2/2] Update deploy.ts --- deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ts b/deploy.ts index f70c81d..9e5ad9a 100644 --- a/deploy.ts +++ b/deploy.ts @@ -1,4 +1,4 @@ -import { Interaction } from './mod.ts' +import { Interaction } from './src/structures/interactions.ts ' import { SlashCommandsManager, SlashClient,