We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@readonly
1 parent d90ba8d commit 8f572a6Copy full SHA for 8f572a6
packages/discord.js/src/structures/EmbedBuilder.js
@@ -35,6 +35,7 @@ class EmbedBuilder extends BuildersEmbed {
35
/**
36
* The accumulated length for the embed title, description, fields, footer text, and author name.
37
* @type {number}
38
+ * @readonly
39
*/
40
get length() {
41
return embedLength(this.data);
0 commit comments