finish first version of javacord wrapper with implementation of:

- getInteractionType()
- convertCommandOption()
- getCommandDefinition
This commit is contained in:
2024-10-31 16:06:23 +01:00
parent b0abb423d3
commit 6bd6021b86
3 changed files with 69 additions and 8 deletions

View File

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