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