Skip to content

Commit

Permalink
Merge pull request #52 from vured/patch-1
Browse files Browse the repository at this point in the history
fix: playback 403 error
  • Loading branch information
Jonas authored Aug 8, 2023
2 parents 349e1d1 + 1831e5c commit 5d6f7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

/** Discord **/
implementation("net.dv8tion", "JDA", Versions.JDA)
implementation("com.github.walkyst", "lavaplayer-fork", Versions.LAVAPLAYER)
implementation("dev.arbjerg", "lavaplayer", Versions.LAVAPLAYER)

/** Logging **/
implementation("ch.qos.logback", "logback-classic", Versions.LOGBACK)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Versions {
const val KOTLIN_COROUTINES = "1.6.0"

/** Discord **/
const val JDA = "5.0.0-beta.6"
const val LAVAPLAYER = "1.4.0"
const val JDA = "5.0.0-beta.13"
const val LAVAPLAYER = "2.0.0"

/** Application **/
const val KOIN = "3.1.5"
Expand Down

0 comments on commit 5d6f7d4

Please sign in to comment.