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

io.github.freya022.botcommands.internal.commands.application.slash.SlashSubcommandInfoImpl.kt Maven / Gradle / Ivy

Go to download

A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.

The newest version!
package io.github.freya022.botcommands.internal.commands.application.slash

import io.github.freya022.botcommands.api.commands.INamedCommand
import io.github.freya022.botcommands.api.commands.application.slash.SlashSubcommandInfo
import io.github.freya022.botcommands.api.core.BContext
import io.github.freya022.botcommands.internal.commands.application.slash.builder.SlashCommandBuilderImpl

internal class SlashSubcommandInfoImpl internal constructor(
    context: BContext,
    topLevelInstance: TopLevelSlashCommandInfoImpl,
    parentInstance: INamedCommand,
    builder: SlashCommandBuilderImpl
) : SlashCommandInfoImpl(context, topLevelInstance, parentInstance, builder),
    SlashSubcommandInfo




© 2015 - 2025 Weber Informatics LLC | Privacy Policy