Variable: EmbedLimits
constEmbedLimits:object
Defined in: projects/utilities/packages/discord-utilities/src/lib/limits.ts:75
Namespace containing limits related to Discord embeds.
Type Declaration
MaximumAuthorNameLength
readonlyMaximumAuthorNameLength:256=256
Maximum characters allowed in the author field of an embed.
MaximumDescriptionLength
readonlyMaximumDescriptionLength:4096=4096
Maximum characters allowed in an embed description.
MaximumFieldNameLength
readonlyMaximumFieldNameLength:256=256
Maximum characters allowed in the name of a field in an embed.
MaximumFields
readonlyMaximumFields:25=25
Maximum fields allowed in an embed.
MaximumFieldValueLength
readonlyMaximumFieldValueLength:1024=1024
Maximum characters allowed in the value of a field in an embed.
MaximumFooterLength
readonlyMaximumFooterLength:2048=2048
Maximum characters allowed in a footer of an embed.
MaximumTitleLength
readonlyMaximumTitleLength:256=256
Maximum characters allowed in the title of an embed.
MaximumTotalCharacters
readonlyMaximumTotalCharacters:6000=6000
Maximum characters allowed in an embed, in total.