chore: bump dep version

This commit is contained in:
2024-08-30 15:05:51 +08:00
parent bf75cfad38
commit 27f691b48a
12 files changed
+58 -35

No files matched your search

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