docs(EmbedBuilder): @readonly length (#9778)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2023-08-17 20:07:02 +01:00
committed by GitHub
parent d90ba8dce8
commit 8f572a6bad

View File

@@ -35,6 +35,7 @@ class EmbedBuilder extends BuildersEmbed {
/** /**
* The accumulated length for the embed title, description, fields, footer text, and author name. * The accumulated length for the embed title, description, fields, footer text, and author name.
* @type {number} * @type {number}
* @readonly
*/ */
get length() { get length() {
return embedLength(this.data); return embedLength(this.data);