mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
@@ -130,7 +130,8 @@ class MessageHandler(
|
||||
return
|
||||
}
|
||||
|
||||
when (val command = parts[1]) {
|
||||
val command = parts[1]
|
||||
when (parts[1]) {
|
||||
"업타임" -> {
|
||||
logger.debug("${user.token} / 업타임")
|
||||
val currentTime = LocalDateTime.now()
|
||||
|
Reference in New Issue
Block a user