simpleSuggests

fun <S> RequiredArgumentBuilder<S, *>.simpleSuggests(suggestionBuilder: suspend (CommandContext<S>) -> Iterable<Any?>?)

Add custom suspending suggestion logic for an argument.