diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index afee4fccd..7a294a70b 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -311,7 +311,7 @@ export interface ActionRowData extends BuilderActionRow { - constructor( + public constructor( data?: Partial< | ActionRowData> | APIActionRowComponent @@ -2396,7 +2396,7 @@ export interface ActionRowModalData { } export class ModalSubmitFields { - constructor(components: readonly (readonly ModalActionRowComponent[])[]); + private constructor(components: readonly (readonly ModalActionRowComponent[])[]); public components: ActionRowModalData[]; public fields: Collection; public getField(customId: string, type: Type): { type: Type } & TextInputModalData;