Package-level declarations

Types

Link copied to clipboard
abstract class ChoiceConverter<T : Any>(val choices: Map<Key, T>) : SingleConverter<T>

Special SingleConverter designed for slash commands, allowing you to specify up to 10 choices for the user.

Link copied to clipboard
interface ChoiceEnum

Interface representing an enum used in the EnumChoiceConverter.