update source

This commit is contained in:
aynakeya
2025-07-16 19:21:54 +08:00
parent 68a172aa4f
commit dc727935a8
2 changed files with 8 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ func NewDiange() *Diange {
"kugou-instr": {
Enable: true,
Command: "点伴奏",
Priority: 6,
Priority: 7,
},
"bilibili-video": {
Enable: true,
@@ -93,13 +93,18 @@ func NewDiange() *Diange {
"local": {
Enable: true,
Command: "点l歌",
Priority: 4,
Priority: 6,
},
"kugou": {
Enable: true,
Command: "点kg歌",
Priority: 5,
},
"qq": {
Enable: true,
Command: "点q歌",
Priority: 4,
},
},
cooldowns: make(map[string]int),
userCount: sync.Map{},