Skip to content

Commit

Permalink
types(MessageOptions): improved component typings (#5987)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Jul 1, 2021
1 parent 58183d4 commit 0eeb277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ declare module 'discord.js' {
nonce?: string | number;
content?: string | null;
embeds?: (MessageEmbed | MessageEmbedOptions)[];
components?: MessageActionRow[] | MessageActionRowOptions[] | MessageActionRowComponentResolvable[][];
components?: (MessageActionRow | MessageActionRowOptions | MessageActionRowComponentResolvable[])[];
allowedMentions?: MessageMentionOptions;
files?: (FileOptions | BufferResolvable | Stream | MessageAttachment)[];
reply?: ReplyOptions;
Expand Down

0 comments on commit 0eeb277

Please sign in to comment.