update Global Application Commands
abstract fun updateGlobalApplicationCommands(force: Boolean): CompletableFuture<CommandUpdateResult>(source)
Updates the application commands for the global scope.
This will redeclare all code-declared and annotated application commands.
Return
Parameters
force
Whether the commands should be updated no matter what
See also
await