mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 21:07:23 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3e51327ed7
|
|||
93cf5c4e2f
|
@ -7,5 +7,5 @@ allprojects {
|
|||||||
|
|
||||||
}
|
}
|
||||||
group = "net.lamgc"
|
group = "net.lamgc"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
}
|
}
|
@ -13,14 +13,14 @@ import kotlin.system.exitProcess
|
|||||||
|
|
||||||
private val log = KotlinLogging.logger { }
|
private val log = KotlinLogging.logger { }
|
||||||
|
|
||||||
private val launcher = Launcher()
|
|
||||||
.registerShutdownHook()
|
|
||||||
|
|
||||||
fun main(args: Array<String>): Unit = runBlocking {
|
fun main(args: Array<String>): Unit = runBlocking {
|
||||||
log.info { "ScalaBot 正在启动中..." }
|
log.info { "ScalaBot 正在启动中..." }
|
||||||
log.info { "数据目录: ${AppPaths.DATA_ROOT}" }
|
log.info { "数据目录: ${AppPaths.DATA_ROOT}" }
|
||||||
log.debug { "启动参数: ${args.joinToString(prefix = "[", postfix = "]")}" }
|
log.debug { "启动参数: ${args.joinToString(prefix = "[", postfix = "]")}" }
|
||||||
initialFiles()
|
initialFiles()
|
||||||
|
|
||||||
|
val launcher = Launcher()
|
||||||
|
.registerShutdownHook()
|
||||||
if (Const.config.metrics.enable) {
|
if (Const.config.metrics.enable) {
|
||||||
startMetricsServer()
|
startMetricsServer()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user