diff --git a/typings/index.d.ts b/typings/index.d.ts index fee26d0..82e0842 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -5264,7 +5264,7 @@ export interface MessageOptions { tts?: boolean; nonce?: string | number; content?: string | null; - embeds?: (WebEmbed)[]; + embeds?: (WebEmbed | MessageEmbedOptions | APIEmbed)[]; components?: (MessageActionRow | (Required & MessageActionRowOptions))[]; allowedMentions?: MessageMentionOptions; files?: (FileOptions | BufferResolvable | Stream | MessageAttachment)[];