From c82f75bd3e22de4f27c74c91f8a9f7ce7bd85ec2 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 10 Sep 2024 14:17:26 -0500 Subject: [PATCH] chore: formatting --- packages/carbon/src/internals/ButtonInteraction.ts | 2 +- packages/carbon/src/internals/ChannelSelectMenuInteraction.ts | 2 +- .../carbon/src/internals/MentionableSelectMenuInteraction.ts | 2 +- packages/carbon/src/internals/RoleSelectMenuInteraction.ts | 2 +- packages/carbon/src/internals/StringSelectMenuInteraction.ts | 2 +- packages/carbon/src/internals/UserSelectMenuInteraction.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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(