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

EmbedFooterData

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