Interface CommandListUpdateAction

All Superinterfaces:
RestAction<List<Command>>

public interface CommandListUpdateAction extends RestAction<List<Command>>
Specialized RestAction used to replace existing commands of a guild or globally.
Any commands that currently exist and are not listed through addCommands(CommandData...) will be DELETED!