update Guild Application Commands
abstract fun updateGuildApplicationCommands(guild: Guild, force: Boolean): CompletableFuture<CommandUpdateResult>(source)
Updates the application commands in the specified guild.
This will redeclare all code-declared and annotated application commands (after filtering).
Return
Parameters
guild
The guild which needs to be updated
force
Whether the commands should be updated no matter what
See also
await