remove test and add kordx emoji

This commit is contained in:
nelle 2024-07-21 03:36:28 -06:00
parent 2f6619cbd5
commit 34384dc75f

View file

@ -10,12 +10,10 @@ repositories {
} }
dependencies { dependencies {
testImplementation(kotlin("test")) implementation("me.jakejmattson:DiscordKt:0.23.4")
implementation("dev.kord.x:emoji:0.5.0")
} }
tasks.test {
useJUnitPlatform()
}
kotlin { kotlin {
jvmToolchain(21) jvmToolchain(21)
} }