LogoRobo.js
Packages@robojs/discordjs

RegisterCommandsOptions

Interface: RegisterCommandsOptions

Options for command registration.

Properties

PropertyTypeDescription
force?booleanWhether to force re-registration of all commands
hasEmbeddedSdk?booleanWhether the embedded app SDK is installed (for Activities support)
retries?RetryEntry[]Array to track retry attempts
timeout?numberRegistration timeout in milliseconds

On this page