You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v13 you used to be able to use .length to get the total text length of all the text in an embed (author, title, description, fields, etc.) but in v14 this was not added to the EmbedBuilder, and thus there doesn't appear to be a way to get this information now without doing it manually. From what I've heard it seems to be still returned from the API, so it doesn't seem like it'd be too hard to add back in.
Ideal solution or implementation
When using .length on an EmbedBuilder, it should return the total text length of the entire embed from the API.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Which package is the feature request for?
discord.js
Feature
In v13 you used to be able to use .length to get the total text length of all the text in an embed (author, title, description, fields, etc.) but in v14 this was not added to the EmbedBuilder, and thus there doesn't appear to be a way to get this information now without doing it manually. From what I've heard it seems to be still returned from the API, so it doesn't seem like it'd be too hard to add back in.
Ideal solution or implementation
When using .length on an EmbedBuilder, it should return the total text length of the entire embed from the API.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: