RateLimitReference

annotation class RateLimitReference(val group: String)(source)

Uses an existing rate limiter for this command / component handler.

Text commands note: This applies to the command itself, not only this variation, in other words, this applies to all commands with the same path.

See RateLimitProvider for examples.

See also

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val group: String