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

embedLength

export declare function embedLength(data: APIEmbed): number;
export declare function embedLength(data: APIEmbed): number;
Calculates the length of the embed.
NameTypeOptionalDescription
dataAPIEmbedNoThe embed data to check