add javacord dependency

This commit is contained in:
2024-10-25 20:24:41 +02:00
parent 2cdf574df0
commit 9768572577
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation(libs.log4j)
implementation(libs.javacord)
implementation(project(":lib"))
}