The slash command
https://github.com/flamexdev/dsc-utils/blob/main/package/src/structures/command.jsarrow-up-right
Type
Description
Required
string
1-32 lowercase character name matching ^[\w-]{1,32}$
^[\w-]{1,32}$
Yes
1-100 character description
array of CommandOptions
the parameters for the command
No
Default
boolean
whether the command is enabled by default when the app is added to a guild
true
Last updated 4 years ago