Variable: EmbedLimits
constEmbedLimits:object
Defined in: node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:206
Namespace containing limits related to Discord embeds.
Type Declaration
MaximumAuthorNameLength
readonlyMaximumAuthorNameLength:256
Maximum characters allowed in the author field of an embed.
MaximumDescriptionLength
readonlyMaximumDescriptionLength:4096
Maximum characters allowed in an embed description.
MaximumFieldNameLength
readonlyMaximumFieldNameLength:256
Maximum characters allowed in the name of a field in an embed.
MaximumFields
readonlyMaximumFields:25
Maximum fields allowed in an embed.
MaximumFieldValueLength
readonlyMaximumFieldValueLength:1024
Maximum characters allowed in the value of a field in an embed.
MaximumFooterLength
readonlyMaximumFooterLength:2048
Maximum characters allowed in a footer of an embed.
MaximumTitleLength
readonlyMaximumTitleLength:256
Maximum characters allowed in the title of an embed.
MaximumTotalCharacters
readonlyMaximumTotalCharacters:6000
Maximum characters allowed in an embed, in total.