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