chzzk followdate error handler add

This commit is contained in:
dalbodeule
2024-07-14 18:37:52 +09:00
parent c35b3082cc
commit 7522ec6f9e

View File

@@ -143,7 +143,9 @@ class MessageHandler(
}
result = followPattern.replace(result) {
try {
val following = getFollowDate(listener.chatId, msg.userId)
val dateString: String = following.content.streamingProperty.following?.followDate ?: SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(
Date()
)
@@ -155,6 +157,10 @@ class MessageHandler(
val period = Period.between(pastDate, today)
period.days.toString()
} catch (e: Exception) {
logger.info(e.message)
return@replace "0"
}
}
result = counterPattern.replace(result) {