Optional ReadonlycontextsReadonlydefault_Readonlydefault_Use SharedSlashCommand.setDefaultMemberPermissions or SharedSlashCommand.setDMPermission instead.
ReadonlydescriptionThe description of this command.
Optional Readonlydescription_The description localizations of this command.
Readonlydm_Use SharedSlashCommand.contexts instead.
Optional Readonlyintegration_ReadonlynameThe name of this command.
Optional Readonlyname_The name localizations of this command.
ReadonlynsfwReadonlyoptionsAdds a new subcommand to this command.
A function that returns a subcommand builder or an already built builder
Adds a new subcommand group to this command.
A function that returns a subcommand group builder or an already built builder
Sets the contexts of this command.
The contexts
Sets the default permissions a member should have in order to run the command.
The permissions bit field to set
Sets whether the command is enabled by default when the application is added to a guild.
Whether or not to enable this command by default
Use SharedSlashCommand.setDefaultMemberPermissions or SharedSlashCommand.setDMPermission instead.
Sets the description of this command.
The description to use
Sets a description localization for this command.
The locale to set
The localized description for the given locale
Sets if the command is available in direct messages with the application.
Whether the command should be enabled in direct messages
Use SharedSlashCommand.setContexts instead.
Sets the integration types of this command.
The integration types
Sets the name of this command.
The name to use
Sets a name localization for this command.
The locale to set
The localized name for the given locale
Sets the name localizations for this command.
The object of localized names to set
Sets whether this command is NSFW.
Optionalnsfw: booleanWhether this command is NSFW
Serializes this builder to API-compatible JSON data.
An interface specifically for slash command subcommands.