You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

EmbedAuthorOptions

export declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;
export declare type EmbedAuthorOptions = Pick<EmbedAuthorData, Exclude<keyof EmbedAuthorData, 'proxyIconURL'>>;
Represents the author options of an embed.