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

io.github.freya022.botcommands.api.commands.IRateLimitHolder.kt Maven / Gradle / Ivy

package io.github.freya022.botcommands.api.commands

/**
 * Holds a rate limiter.
 */
interface IRateLimitHolder {
    /**
     * Return `true` if this has a rate limiter.
     */
    fun hasRateLimiter(): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy