shouldSync abstract method

FutureOr<bool> shouldSync(
  1. Iterable<SlashCommandBuilder> commands
)

Should the commands & perms be synced?

Implementation

FutureOr<bool> shouldSync(Iterable<SlashCommandBuilder> commands);