mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 15:28:21 +00:00
debug MessageHandler.kt
This commit is contained in:
parent
180dbc85bf
commit
75b983a02b
@ -130,7 +130,8 @@ class MessageHandler(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
when (val command = parts[1]) {
|
val command = parts[1]
|
||||||
|
when (parts[1]) {
|
||||||
"업타임" -> {
|
"업타임" -> {
|
||||||
logger.debug("${user.token} / 업타임")
|
logger.debug("${user.token} / 업타임")
|
||||||
val currentTime = LocalDateTime.now()
|
val currentTime = LocalDateTime.now()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user