Uses of Class
org.javacord.api.interaction.SlashCommandUpdater
-
Packages that use SlashCommandUpdater Package Description org.javacord.api.interaction -
-
Uses of SlashCommandUpdater in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return SlashCommandUpdater Modifier and Type Method Description default SlashCommandUpdaterSlashCommand. createSlashCommandUpdater()Creates an slash command updater from this SlashCommand instance.SlashCommandUpdaterSlashCommandUpdater. setDefaultPermission(boolean defaultPermission)Sets the new slash command default permission.SlashCommandUpdaterSlashCommandUpdater. setDescription(String description)Sets the new description of the slash command.SlashCommandUpdaterSlashCommandUpdater. setName(String name)Sets the new name of the slash command.SlashCommandUpdaterSlashCommandUpdater. setSlashCommandOptions(List<SlashCommandOption> slashCommandOptions)Sets the new slash command options.
-