ApplicationGeneratedValueSupplierProvider
Provider of ApplicationGeneratedValueSupplier for generated options of annotated application commands.
When using generated options, you must implement this on the same declaring class.
Inheritors
Functions
Link copied to clipboard
abstract fun getGeneratedValueSupplier(guild: Guild?, commandId: String?, commandPath: CommandPath, optionName: String, parameterType: ParameterType): ApplicationGeneratedValueSupplier
Returns the generated value supplier of a @GeneratedOption.