suggestSingle
inline fun suggestSingle(crossinline suggestionBuilder: (CommandContext<Source>) -> Any?): ArgumentCommandBuilder<Source, T>
Suggest the value which is the result of the suggestionBuilder.
Suggest the value which is the result of the suggestionBuilder.