All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freya02.botcommands.internal.commands.application.context.user.UserContextCommandOption.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.commands.application.context.user

import com.freya02.botcommands.api.commands.application.context.builder.UserCommandOptionBuilder
import com.freya02.botcommands.api.parameters.UserContextParameterResolver
import com.freya02.botcommands.internal.commands.application.context.ContextCommandOption

class UserContextCommandOption(
    optionBuilder: UserCommandOptionBuilder,
    override val resolver: UserContextParameterResolver<*, *>
) : ContextCommandOption(optionBuilder)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy