Packages@robojs/discordjs
RegisterCommandsOptions
Interface: RegisterCommandsOptions
Options for command registration.
Properties
| Property | Type | Description |
|---|---|---|
force? | boolean | Whether to force re-registration of all commands |
hasEmbeddedSdk? | boolean | Whether the embedded app SDK is installed (for Activities support) |
retries? | RetryEntry[] | Array to track retry attempts |
timeout? | number | Registration timeout in milliseconds |
