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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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