- (tmp add) logger.info
This commit is contained in:
dalbodeule 2024-08-06 20:29:41 +09:00
parent c9ad739d05
commit a50a3f21a3
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -269,6 +269,7 @@ class MessageHandler(
listener.sendChat("노래가 추가되었습니다.")
} catch(e: Exception) {
listener.sendChat("유튜브 영상 주소로 다시 신청해주세요!")
logger.info(e.stackTraceToString())
}
}