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 b0000d4 commit 3601f46Copy full SHA for 3601f46
build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- implementation("net.dv8tion:JDA:5.0.0-beta.22")
+ implementation("net.dv8tion:JDA:5.0.0-beta.24")
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