[hotfix] category command announcement added.

This commit is contained in:
dalbodeule 2025-06-08 16:15:36 +09:00
parent 073b50b9cd
commit 9ce07a025a
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -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 카테고리는 없습니다.")