Skip to content

Commit 8f572a6

Browse files
docs(EmbedBuilder): @readonly length (#9778)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent d90ba8d commit 8f572a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/discord.js/src/structures/EmbedBuilder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class EmbedBuilder extends BuildersEmbed {
3535
/**
3636
* The accumulated length for the embed title, description, fields, footer text, and author name.
3737
* @type {number}
38+
* @readonly
3839
*/
3940
get length() {
4041
return embedLength(this.data);

0 commit comments

Comments
 (0)