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)