mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-08 05:11:12 +00:00
[hotfix] category command announcement added.
This commit is contained in:
@@ -327,6 +327,7 @@ class MessageHandler(
|
|||||||
else -> it
|
else -> it
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
handler.sendChat("$category 카테고리로 수정을 시도해볼게요!")
|
||||||
handler.client.searchCategories(category).handle { result, _ ->
|
handler.client.searchCategories(category).handle { result, _ ->
|
||||||
if(result.size == 0) {
|
if(result.size == 0) {
|
||||||
handler.sendChat("$category 카테고리는 없습니다.")
|
handler.sendChat("$category 카테고리는 없습니다.")
|
||||||
|
Reference in New Issue
Block a user