add diange kugou default config

This commit is contained in:
aynakeya
2024-06-23 00:03:26 +08:00
parent e44285841f
commit 7e089913be

View File

@@ -85,6 +85,11 @@ func NewDiange() *Diange {
Command: "点l歌",
Priority: 4,
},
"kugou": {
Enable: true,
Command: "点kg歌",
Priority: 5,
},
},
cooldowns: make(map[string]int),
log: global.Logger.WithPrefix("Plugin.Diange"),