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