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 37fed75 commit bd55860Copy full SHA for bd55860
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
// DIH4JDA (Command Framework) & JDA
35
implementation("com.github.jasonlessenich:DIH4JDA:1.7.0")
36
//implementation("xyz.dynxsty:dih4jda:1.7.0")
37
- implementation("net.dv8tion:JDA:6.1.3") {
+ implementation("net.dv8tion:JDA:6.2.0") {
38
exclude(module = "opus-java")
39
}
40
0 commit comments