[hotfix] hotfix on alert embed tags.

This commit is contained in:
dalbodeule 2025-05-16 00:42:28 +09:00
parent b2ffd18126
commit d0292e0aa6
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -44,7 +44,7 @@ class Discord: ListenerAdapter() {
embed.setTimestamp(Instant.now())
embed.setAuthor(user.username, "https://chzzk.naver.com/live/${user.token}")
embed.addField("카테고리", status.categoryType.getOrNull() ?: "Unknown", true)
embed.addField("태그", status.tags.joinToString { "," }, true)
embed.addField("태그", status.tags.joinToString(", ") { it.trim() }, true)
// embed.setImage(status.)
channel.sendMessage(