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

io.github.freya022.botcommands.internal.commands.application.diff.ApplicationCommandDiffEngine.kt Maven / Gradle / Ivy

package io.github.freya022.botcommands.internal.commands.application.diff

internal interface ApplicationCommandDiffEngine {
    context(DiffLogger)
    fun checkCommands(oldCommands: List>, newCommands: List>): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy