CommandOptions
Options used to create command.
Type
Properties
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
name | string | ❌ | null | Name of command. |
aliases | string[]? | ✔️ | [] | Aliases for command. |
description | string | ❌ | null | Description of command. |
permissions | string[]? | ✔️ | [] | Permission needed tags to use the command. |
hidden | boolean? | ✔️ | false | Show command in help list? |