chore: changed back to lavalink.kt, started working on queue System, started working on music playing
This commit is contained in:
parent
f802445ccb
commit
a9c4fe5da3
8 changed files with 309 additions and 9 deletions
|
@ -35,7 +35,7 @@ version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_
|
|||
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "DevelopmentBuild"
|
||||
val kordver = "0.8.1"
|
||||
val lavaver = "1.3.77"
|
||||
val lavaver = "3.8.0"
|
||||
val coroutinesver = "1.1.0"
|
||||
|
||||
val mavenArtifact = "Botendo"
|
||||
|
@ -69,7 +69,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation("dev.kord:kord-core:$kordver")
|
||||
implementation("com.sedmelluq:lavaplayer:$lavaver")
|
||||
implementation("dev.schlaubi.lavakord:kord:$lavaver")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesver")
|
||||
implementation("org.slf4j:slf4j-api:2.0.3")
|
||||
implementation("org.slf4j:slf4j-simple:2.0.3")
|
||||
|
@ -117,7 +117,7 @@ tasks {
|
|||
|
||||
withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
|
||||
dependencies {
|
||||
include(dependency("com.sedmelluq:lavaplayer:$lavaver"))
|
||||
include(dependency("dev.schlaubi.lavakord:kord:$lavaver"))
|
||||
include(dependency("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesver"))
|
||||
include(dependency("dev.kord:kord-core:$kordver"))
|
||||
include(dependency("org.slf4j:slf4j-api:2.0.3"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue