This commit is contained in:
2024-09-15 22:50:19 +08:00
parent e32020e70b
commit b11673d790
2 files changed
+4 -5

No files matched your search

@@ -19,7 +19,7 @@ import cn.rtast.rob.util.ob.OBMessage
import java.time.Instant
class MusicCommand : BaseCommand() {
override val commandNames = listOf("/music", "/点歌")
override val commandNames = listOf("/music", "/点歌", "点歌")
private val searchedResult = mutableMapOf<Long, List<SearchedResult>>()