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

commonMain.Plugin.kt Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
package dev.schlaubi.lavakord.plugins.lavasrc

import dev.schlaubi.lavakord.Plugin
import kotlinx.serialization.json.Json

internal val json = Json {
    ignoreUnknownKeys = true
}

/**
 * Bindings for the [LavaSrc plugin](https://github.com/topi314/LavaSrc).
 *
 * ```kotlin
 * plugins {
 *   install(LavaSrc)
 * }
 * ```
 */
public object LavaSrc : Plugin {
    override val name: String = "lavasrc-plugin"
    override val version: String = "4.0.0-beta.3"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy