mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-12-11 02:55:44 +09:00
follow period message handler end.
This commit is contained in:
@@ -89,7 +89,7 @@ class MessageHandler(
|
||||
}
|
||||
|
||||
result = followPattern.replace(result) {
|
||||
val following = getFollowDate("", msg.userId)
|
||||
val following = getFollowDate(listener.chatId, msg.userId)
|
||||
val dateString: String? = following.content.streamingProperty["followDate"]
|
||||
val today = LocalDate.now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user