Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 24, 2024
1 parent 6ab721f commit ba61298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carbon/src/internals/ModalInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
import { BaseInteraction } from "../abstracts/BaseInteraction.js"
import type { InteractionReplyOptions } from "../abstracts/BaseInteraction.js"
import type { Client, InteractionDefaults } from "../index.js"
import { FieldsHandler } from "./FieldsHandler.js"
import type { MessagePayload } from "../types.js"
import { serializePayload } from "../utils.js"
import { FieldsHandler } from "./FieldsHandler.js"

export class ModalInteraction extends BaseInteraction<APIModalSubmitInteraction> {
customId: string
Expand Down

0 comments on commit ba61298

Please sign in to comment.