diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 1e5be9696..405e74630 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -440,6 +440,9 @@ export abstract class CommandInteraction e public showModal( modal: JSONEncodable | ModalData | APIModalInteractionResponseCallbackData, ): Promise; + public awaitModalSubmit( + options: AwaitModalSubmitOptions, + ): Promise>; private transformOption( option: APIApplicationCommandOption, resolved: APIApplicationCommandInteractionData['resolved'],