diff --git a/deno/payloads/v8/_interactions/responses.ts b/deno/payloads/v8/_interactions/responses.ts index 631d5e72e..665a43859 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 88e2ad384..555a37b02 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 c0fb25d46..1c0259958 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 927e56bc6..092f3cbc0 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;