File tree 1 file changed +2
-2
lines changed
packages/discord.js/typings
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ export interface ActionRowData<ComponentType extends JSONEncodable<APIActionRowC
311
311
export class ActionRowBuilder <
312
312
ComponentType extends AnyComponentBuilder = AnyComponentBuilder ,
313
313
> extends BuilderActionRow < ComponentType > {
314
- constructor (
314
+ public constructor (
315
315
data ?: Partial <
316
316
| ActionRowData < ActionRowComponentData | JSONEncodable < APIActionRowComponentTypes > >
317
317
| APIActionRowComponent < APIMessageActionRowComponent | APIModalActionRowComponent >
@@ -2396,7 +2396,7 @@ export interface ActionRowModalData {
2396
2396
}
2397
2397
2398
2398
export class ModalSubmitFields {
2399
- constructor ( components : readonly ( readonly ModalActionRowComponent [ ] ) [ ] ) ;
2399
+ private constructor ( components : readonly ( readonly ModalActionRowComponent [ ] ) [ ] ) ;
2400
2400
public components : ActionRowModalData [ ] ;
2401
2401
public fields : Collection < string , ModalActionRowComponent > ;
2402
2402
public getField < Type extends ComponentType > ( customId : string , type : Type ) : { type : Type } & TextInputModalData ;
You can’t perform that action at this time.
0 commit comments