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 b0a9d2f commit b0000d4Copy full SHA for b0000d4
build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- implementation("net.dv8tion:JDA:5.0.0-beta.15")
+ implementation("net.dv8tion:JDA:5.0.0-beta.22")
14
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
15
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
16
testImplementation(kotlin("test"))
0 commit comments