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

com.freya02.botcommands.internal.modals.ModalHandlerOption.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.modals

import com.freya02.botcommands.api.core.options.builder.OptionBuilder
import com.freya02.botcommands.internal.core.options.OptionImpl
import com.freya02.botcommands.internal.core.options.OptionType

abstract class ModalHandlerOption(
    optionBuilder: OptionBuilder
) : OptionImpl(optionBuilder.optionParameter, OptionType.OPTION)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy