Variable: ApplicationCommandLimits
constApplicationCommandLimits:object
Defined in: projects/utilities/packages/discord-utilities/src/lib/limits.ts:325
Namespace containing limits related to Discord application commands (slash commands).
Type Declaration
MaximumCombinedCharacters
readonlyMaximumCombinedCharacters:4000=4000
Maximum combined characters allowed in the name, description, and value properties of an application command, its options (including subcommands and groups), and choices.
MaximumDescriptionCharacters
readonlyMaximumDescriptionCharacters:100=100
Maximum characters allowed in an application command description.
MaximumNameCharacters
readonlyMaximumNameCharacters:32=32
Maximum characters allowed in an application command name.
MaximumOptionsLength
readonlyMaximumOptionsLength:25=25
Maximum options allowed in an application command.