This commit is contained in:
MARCROCK22 2024-04-30 17:01:19 -04:00
parent 9f8bec917b
commit c67bf0f7b2

View File

@ -1,4 +1,4 @@
import { BaseInteraction, type RawFile, WebhookMessage, resolveFiles, type ReplyInteractionBody } from '../..';
import { BaseInteraction, type RawFile, WebhookMessage, resolveFiles, type ReplyInteractionBody, Modal } from '../..';
import type { InteractionMessageUpdateBodyRequest, MessageWebhookCreateBodyRequest } from '../types/write';
import { BaseShorter } from './base';