diff --git a/packages/carbon/src/internals/ButtonInteraction.ts b/packages/carbon/src/internals/ButtonInteraction.ts index 8f288468..81fbb85d 100644 --- a/packages/carbon/src/internals/ButtonInteraction.ts +++ b/packages/carbon/src/internals/ButtonInteraction.ts @@ -5,9 +5,9 @@ import { InteractionType } from "discord-api-types/v10" import { BaseComponentInteraction } from "../abstracts/BaseComponentInteraction.js" +import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" import type { Client } from "../classes/Client.js" import { splitCustomId } from "../utils.js" -import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" export class ButtonInteraction extends BaseComponentInteraction { customId: string = splitCustomId( diff --git a/packages/carbon/src/internals/ChannelSelectMenuInteraction.ts b/packages/carbon/src/internals/ChannelSelectMenuInteraction.ts index aac35250..d783d991 100644 --- a/packages/carbon/src/internals/ChannelSelectMenuInteraction.ts +++ b/packages/carbon/src/internals/ChannelSelectMenuInteraction.ts @@ -3,8 +3,8 @@ import { ComponentType } from "discord-api-types/v10" import { AnySelectMenuInteraction } from "../abstracts/AnySelectMenuInteraction.js" -import type { Client } from "../classes/Client.js" import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" +import type { Client } from "../classes/Client.js" export class ChannelSelectMenuInteraction extends AnySelectMenuInteraction { constructor( diff --git a/packages/carbon/src/internals/MentionableSelectMenuInteraction.ts b/packages/carbon/src/internals/MentionableSelectMenuInteraction.ts index 9a5b0198..7303a0c4 100644 --- a/packages/carbon/src/internals/MentionableSelectMenuInteraction.ts +++ b/packages/carbon/src/internals/MentionableSelectMenuInteraction.ts @@ -4,8 +4,8 @@ import { ComponentType } from "discord-api-types/v10" import { AnySelectMenuInteraction } from "../abstracts/AnySelectMenuInteraction.js" -import type { Client } from "../classes/Client.js" import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" +import type { Client } from "../classes/Client.js" export class MentionableSelectMenuInteraction extends AnySelectMenuInteraction { constructor( diff --git a/packages/carbon/src/internals/RoleSelectMenuInteraction.ts b/packages/carbon/src/internals/RoleSelectMenuInteraction.ts index 82fff924..2035068b 100644 --- a/packages/carbon/src/internals/RoleSelectMenuInteraction.ts +++ b/packages/carbon/src/internals/RoleSelectMenuInteraction.ts @@ -4,8 +4,8 @@ import { ComponentType } from "discord-api-types/v10" import { AnySelectMenuInteraction } from "../abstracts/AnySelectMenuInteraction.js" -import type { Client } from "../classes/Client.js" import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" +import type { Client } from "../classes/Client.js" export class RoleSelectMenuInteraction extends AnySelectMenuInteraction { constructor( diff --git a/packages/carbon/src/internals/StringSelectMenuInteraction.ts b/packages/carbon/src/internals/StringSelectMenuInteraction.ts index 109c03dc..f7e53174 100644 --- a/packages/carbon/src/internals/StringSelectMenuInteraction.ts +++ b/packages/carbon/src/internals/StringSelectMenuInteraction.ts @@ -4,8 +4,8 @@ import { ComponentType } from "discord-api-types/v10" import { AnySelectMenuInteraction } from "../abstracts/AnySelectMenuInteraction.js" -import type { Client } from "../classes/Client.js" import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" +import type { Client } from "../classes/Client.js" export class StringSelectMenuInteraction extends AnySelectMenuInteraction { constructor( diff --git a/packages/carbon/src/internals/UserSelectMenuInteraction.ts b/packages/carbon/src/internals/UserSelectMenuInteraction.ts index 312960b9..3cec3671 100644 --- a/packages/carbon/src/internals/UserSelectMenuInteraction.ts +++ b/packages/carbon/src/internals/UserSelectMenuInteraction.ts @@ -4,8 +4,8 @@ import { ComponentType } from "discord-api-types/v10" import { AnySelectMenuInteraction } from "../abstracts/AnySelectMenuInteraction.js" -import type { Client } from "../classes/Client.js" import type { InteractionDefaults } from "../abstracts/BaseInteraction.js" +import type { Client } from "../classes/Client.js" export class UserSelectMenuInteraction extends AnySelectMenuInteraction { constructor(