feat: add osu command

This commit is contained in:
2025-02-05 13:24:18 +08:00
parent 24c8ef0cb7
commit 6bce847a0f
10 files changed
+152 -38

No files matched your search

+4
View File
@@ -67,4 +67,8 @@ tasks.register("deployBot") {
application {
mainClass = "cn.rtast.fancybot.FancyBotKt"
applicationName = "FancyBot"
}
kotlin {
jvmToolchain(17)
}