diff --git a/deno/payloads/v8/_interactions/responses.ts b/deno/payloads/v8/_interactions/responses.ts index 631d5e72..665a4385 100644 --- a/deno/payloads/v8/_interactions/responses.ts +++ b/deno/payloads/v8/_interactions/responses.ts @@ -23,7 +23,8 @@ export type APIInteractionResponse = | APIInteractionResponseDeferredChannelMessageWithSource | APIInteractionResponseDeferredMessageUpdate | APIInteractionResponseUpdateMessage - | APIApplicationCommandAutocompleteResponse; + | APIApplicationCommandAutocompleteResponse + | APIModalInteractionResponse; export interface APIInteractionResponsePong { type: InteractionResponseType.Pong; diff --git a/deno/payloads/v9/_interactions/responses.ts b/deno/payloads/v9/_interactions/responses.ts index 88e2ad38..555a37b0 100644 --- a/deno/payloads/v9/_interactions/responses.ts +++ b/deno/payloads/v9/_interactions/responses.ts @@ -23,7 +23,8 @@ export type APIInteractionResponse = | APIInteractionResponseDeferredChannelMessageWithSource | APIInteractionResponseDeferredMessageUpdate | APIInteractionResponseUpdateMessage - | APIApplicationCommandAutocompleteResponse; + | APIApplicationCommandAutocompleteResponse + | APIModalInteractionResponse; export interface APIInteractionResponsePong { type: InteractionResponseType.Pong; diff --git a/payloads/v8/_interactions/responses.ts b/payloads/v8/_interactions/responses.ts index c0fb25d4..1c025995 100644 --- a/payloads/v8/_interactions/responses.ts +++ b/payloads/v8/_interactions/responses.ts @@ -23,7 +23,8 @@ export type APIInteractionResponse = | APIInteractionResponseDeferredChannelMessageWithSource | APIInteractionResponseDeferredMessageUpdate | APIInteractionResponseUpdateMessage - | APIApplicationCommandAutocompleteResponse; + | APIApplicationCommandAutocompleteResponse + | APIModalInteractionResponse; export interface APIInteractionResponsePong { type: InteractionResponseType.Pong; diff --git a/payloads/v9/_interactions/responses.ts b/payloads/v9/_interactions/responses.ts index 927e56bc..092f3cbc 100644 --- a/payloads/v9/_interactions/responses.ts +++ b/payloads/v9/_interactions/responses.ts @@ -23,7 +23,8 @@ export type APIInteractionResponse = | APIInteractionResponseDeferredChannelMessageWithSource | APIInteractionResponseDeferredMessageUpdate | APIInteractionResponseUpdateMessage - | APIApplicationCommandAutocompleteResponse; + | APIApplicationCommandAutocompleteResponse + | APIModalInteractionResponse; export interface APIInteractionResponsePong { type: InteractionResponseType.Pong;