CommandDelegate

class CommandDelegate<T>(val name: String, var responseContext: ResponseContext<*>? = null, finder: (List<CommandInteractionOptionResponse>, CommandInteractionDataResolved?) -> T)(source)

Constructors

Link copied to clipboard
constructor(name: String, responseContext: ResponseContext<*>? = null, finder: (List<CommandInteractionOptionResponse>, CommandInteractionDataResolved?) -> T)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): T