Variable: ApplicationCommandOptionLimits
constApplicationCommandOptionLimits:object
Defined in: projects/utilities/packages/discord-utilities/src/lib/limits.ts:350
Namespace containing limits related to Choices of Discord Application Commands.
Type Declaration
MaximumChoicesLength
readonlyMaximumChoicesLength:25=25
Maximum length of choices allowed in the option of an application command.
MaximumDescriptionCharacters
readonlyMaximumDescriptionCharacters:100=100
Maximum characters allowed in the description of an option of an application command.
MaximumNameCharacters
readonlyMaximumNameCharacters:32=32
Maximum characters allowed in the name of an option of an application command.
MaximumStringLength
readonlyMaximumStringLength:6000=6000
Maximum length of string allowed in the string option of an application command.