Skip to content

Commit

Permalink
Update packages/discord.js/typings/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
ImRodry and vladfrangu authored Mar 24, 2022
1 parent 6a028b8 commit 5273df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class ActionRowBuilder<
> extends BuilderActionRow<T> {
constructor(
data?:
| ActionRowData<MessageActionRowComponentData | ModalActionRowComponentData | ActionRowComponentBuilder>
| ActionRowData<ActionRowComponent | ActionRowComponentData>
| (Omit<APIActionRowComponent<APIMessageActionRowComponent | APIModalActionRowComponent>, 'type'> & {
type?: ComponentType.ActionRow;
}),
Expand Down

0 comments on commit 5273df8

Please sign in to comment.