diff --git a/typings/index.d.ts b/typings/index.d.ts index 7f21125..e7a9837 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2251,6 +2251,7 @@ export class ModalSubmitFieldsResolver { export interface ModalMessageModalSubmitInteraction extends ModalSubmitInteraction { message: GuildCacheMessage; + channelId: Snowflake; update(options: InteractionUpdateOptions & { fetchReply: true }): Promise>; update(options: string | MessagePayload | InteractionUpdateOptions): Promise; deferUpdate(options: InteractionDeferUpdateOptions & { fetchReply: true }): Promise>;