Uses of Class
org.javacord.api.interaction.ServerSlashCommandPermissionsBuilder
-
Packages that use ServerSlashCommandPermissionsBuilder Package Description org.javacord.api -
-
Uses of ServerSlashCommandPermissionsBuilder in org.javacord.api
Method parameters in org.javacord.api with type arguments of type ServerSlashCommandPermissionsBuilder Modifier and Type Method Description CompletableFuture<List<ServerSlashCommandPermissions>>DiscordApi. batchUpdateSlashCommandPermissions(Server server, List<ServerSlashCommandPermissionsBuilder> slashCommandPermissionsBuilders)Updates multiple server slash command permissions at once.
-