[hotfix] category command announcement added.

This commit is contained in:
dalbodeule
2025-06-08 16:16:17 +09:00
parent 9ce07a025a
commit 27cfbd9087

View File

@@ -323,7 +323,7 @@ class MessageHandler(
}
val category = parts[1].let {
return@let when(it) {
"저챗", "토크", "JustChatting" -> "Talk"
"저챗", "토크", "JustChatting", "Just Chatting", "" -> "talk"
else -> it
}
}