diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index acee26ddb..c6b3b3e8c 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2759,7 +2759,7 @@ export interface ActionRowModalData { export class ModalSubmitFields { private constructor(components: readonly (readonly ModalActionRowComponent[])[]); public components: ActionRowModalData[]; - public fields: Collection; + public fields: Collection; public getField(customId: string, type: Type): { type: Type } & TextInputModalData; public getField(customId: string, type?: ComponentType): TextInputModalData; public getTextInputValue(customId: string): string;