mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-12-07 17:25:42 +09:00
[hotfix] category command announcement added.
This commit is contained in:
@@ -323,7 +323,7 @@ class MessageHandler(
|
|||||||
}
|
}
|
||||||
val category = parts[1].let {
|
val category = parts[1].let {
|
||||||
return@let when(it) {
|
return@let when(it) {
|
||||||
"저챗", "토크", "JustChatting" -> "Talk"
|
"저챗", "토크", "JustChatting", "Just Chatting", "" -> "talk"
|
||||||
else -> it
|
else -> it
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user