commonMain.Plugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lavasearch-jvm Show documentation
Show all versions of lavasearch-jvm Show documentation
Coroutine based client for Lavalink (Kotlin and Java)
package dev.schlaubi.lavakord.plugins.lavasearch
import dev.schlaubi.lavakord.Plugin
/**
* Bindings for the [LavaSrc plugin](https://github.com/topi314/LavaSearch).
*
* ```kotlin
* plugins {
* install(LavaSearch)
* }
* ```
*/
public object LavaSearch : Plugin {
override val name: String = "lavasearch-plugin"
override val version: String = "1.0.0"
}