
com.freya02.botcommands.internal.commands.application.autobuilder.metadata.SlashFunctionMetadata.kt Maven / Gradle / Ivy
package com.freya02.botcommands.internal.commands.application.autobuilder.metadata
import com.freya02.botcommands.api.commands.CommandPath
import com.freya02.botcommands.api.commands.application.slash.annotations.JDASlashCommand
import com.freya02.botcommands.internal.core.ClassPathFunction
internal class SlashFunctionMetadata(
classPathFunction: ClassPathFunction,
annotation: JDASlashCommand,
path: CommandPath,
commandId: String?
) : ApplicationFunctionMetadata(classPathFunction, annotation, path, commandId)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy