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

EmbedFooterOptions

export declare type EmbedFooterOptions = Pick<EmbedFooterData, Exclude<keyof EmbedFooterData, 'proxyIconURL'>>;
export declare type EmbedFooterOptions = Pick<EmbedFooterData, Exclude<keyof EmbedFooterData, 'proxyIconURL'>>;
Represents the footer options of an embed.