mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
[hotfix] hotfix on register and activate logics.
This commit is contained in:
@@ -43,7 +43,7 @@ class Discord: ListenerAdapter() {
|
||||
embed.setDescription("${user.username} 님이 방송을 시작했습니다.")
|
||||
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.liveCategoryValue, true)
|
||||
embed.addField("태그", status.tags.joinToString(", ") { it.trim() }, true)
|
||||
// embed.setImage(status.)
|
||||
|
||||
|
Reference in New Issue
Block a user