Skip to content

Commit

Permalink
types: remove redundant overload
Browse files Browse the repository at this point in the history
  • Loading branch information
ImRodry committed Mar 19, 2022
1 parent 3582925 commit da3dfda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4744,7 +4744,6 @@ export interface MessageEditOptions {
allowedMentions?: MessageMentionOptions;
components?: (
| JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>>
| ActionRowBuilder<MessageActionRowComponentBuilder>
| (Required<BaseComponentData> & ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)
| APIActionRowComponent<APIMessageActionRowComponent>
)[];
Expand Down Expand Up @@ -4786,7 +4785,6 @@ export interface MessageOptions {
embeds?: (JSONEncodable<APIEmbed> | APIEmbed)[];
components?: (
| JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>>
| ActionRowBuilder<MessageActionRowComponentBuilder>
| (Required<BaseComponentData> & ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)
| APIActionRowComponent<APIMessageActionRowComponent>
)[];
Expand Down

0 comments on commit da3dfda

Please sign in to comment.