We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680e83c commit 7a960f1Copy full SHA for 7a960f1
bot/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation(project(":plugin-api"))
18
19
// discord
20
- implementation("de.chojo", "cjda-util", "2.9.8+jda-5.0.0") {
+ implementation("de.chojo", "cjda-util", "2.10.1+jda-5.1.0") {
21
exclude(module = "opus-java")
22
}
23
implementation(libs.javalin.bundle)
0 commit comments