fix
This commit is contained in:
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>>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user