SuggestionProvider

fun interface SuggestionProvider<in S>

Functions

Link copied to clipboard
abstract suspend fun getSuggestions(context: CommandContext<S>, builder: SuggestionsBuilder): Suggestions