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

com.freya02.botcommands.internal.commands.Cooldownable.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal.commands

import com.freya02.botcommands.api.commands.CommandPath

sealed interface Cooldownable {
    val path: CommandPath
    val cooldownStrategy: CooldownStrategy
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy