Package-level declarations
Types
Link copied to clipboard
Exception thrown when there is no permission to perform a certain action.
Link copied to clipboard
Representation of a Lavalink cluster.
Link copied to clipboard
interface LavaKordOptions
Interface representing options for Kordlink.
Link copied to clipboard
data class MutableLavaKordOptions(val loadBalancer: MutableLavaKordOptions.LoadBalancingConfig = LoadBalancingConfig(), val link: MutableLavaKordOptions.LinkConfig = LinkConfig(), val plugins: MutableLavaKordOptions.PluginsConfig = PluginsConfig()) : LavaKordOptions
Mutable implementation of LavaKordOptions.
Link copied to clipboard
Exception thrown on Link.addressStatus when there is no route planner set in Lavalink configuration.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY] )
Marks a declaration as part of the plugin api.
Link copied to clipboard
Exception indicating a REST request failed.
Link copied to clipboard
Marks a declaration as part of the low-level REST api mapping.