updateGuildApplicationCommands

Updates the application commands in the specified guild.

This will redeclare all code-declared and annotated application commands (after filtering).

Return

A CompletableFuture<CommandUpdateResult>

Parameters

guild

The guild which needs to be updated

force

Whether the commands should be updated no matter what

See also

await