Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 10, 2024
1 parent 5dfa07f commit c82f75b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/carbon/src/internals/ButtonInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon/src/internals/RoleSelectMenuInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon/src/internals/UserSelectMenuInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c82f75b

Please sign in to comment.