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

EmbedAuthorData

export declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;
export declare type EmbedAuthorData = IconData & Pick<APIEmbedAuthor, Exclude<keyof APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>>;
Represents the author data of an embed.