Optional
Readonly
contextsReadonly
default_Readonly
default_Use SharedSlashCommand.setDefaultMemberPermissions or SharedSlashCommand.setDMPermission instead.
Readonly
descriptionThe description of this command.
Optional
Readonly
description_The description localizations of this command.
Readonly
dm_Use SharedSlashCommand.contexts instead.
Optional
Readonly
integration_Readonly
nameThe name of this command.
Optional
Readonly
name_The name localizations of this command.
Readonly
nsfwReadonly
optionsAdds an attachment option.
A function that returns an option builder or an already built builder
Adds a boolean option.
A function that returns an option builder or an already built builder
Adds a channel option.
A function that returns an option builder or an already built builder
Adds an integer option.
A function that returns an option builder or an already built builder
Adds a mentionable option.
A function that returns an option builder or an already built builder
Adds a number option.
A function that returns an option builder or an already built builder
Adds a role option.
A function that returns an option builder or an already built builder
Adds a string option.
A function that returns an option builder or an already built builder
Adds a user option.
A function that returns an option 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.
Optional
nsfw: booleanWhether this command is NSFW
Serializes this builder to API-compatible JSON data.
An interface specifically for slash command options.