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

com.freya02.botcommands.internal.commands.application.slash.SlashSubcommandInfo.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.commands.application.slash

import com.freya02.botcommands.api.commands.application.slash.builder.SlashCommandBuilder
import com.freya02.botcommands.internal.BContextImpl
import com.freya02.botcommands.internal.commands.mixins.INamedCommand

open class SlashSubcommandInfo internal constructor(
    context: BContextImpl,
    override val topLevelInstance: TopLevelSlashCommandInfo,
    override val parentInstance: INamedCommand,
    builder: SlashCommandBuilder
) : SlashCommandInfo(context, builder)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy