mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
debug MessageHandler.kt
This commit is contained in:
parent
180dbc85bf
commit
75b983a02b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user