feat: add mcping and help command

This commit is contained in:
2024-09-03 16:15:26 +08:00
parent ca7a9f5002
commit 00c9ae7a64
6 files changed
+135 -13

No files matched your search

+3 -4
View File
@@ -13,10 +13,8 @@ version = fancyBotVersion
repositories {
mavenCentral()
mavenLocal()
maven {
name = "repo.rtast.cn"
url = uri("https://repo.rtast.cn/api/v4/projects/33/packages/maven")
}
maven("https://repo.rtast.cn/api/v4/projects/33/packages/maven")
maven("https://repo.rtast.cn/api/v4/projects/19/packages/maven")
}
tasks.compileKotlin {
@@ -35,6 +33,7 @@ dependencies {
implementation(libs.exposedCore)
implementation(libs.exposedJDBC)
implementation(libs.sqliteJDBC)
implementation(libs.motdPinger)
}
tasks.build {