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:
@@ -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