io.github.freya022.botcommands.internal.commands.application.slash.SlashSubcommandInfoImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BotCommands Show documentation
Show all versions of BotCommands Show documentation
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