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 4b484ae commit feeb97dCopy full SHA for feeb97d
examples/jda/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
// implementation("dev.rollczi:litecommands-jda:3.10.6") // <-- uncomment in your project
17
implementation(project(":litecommands-jda")) // don't use this line in your build.gradle
18
19
- implementation("net.dv8tion:JDA:6.1.1")
+ implementation("net.dv8tion:JDA:6.1.2")
20
}
21
22
application {
0 commit comments