
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