mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
commit
2989816a1a
@ -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