This commit is contained in:
源文雨 2022-09-21 12:50:58 +08:00
parent 3234c18718
commit 00d07cb7af

View File

@ -107,6 +107,7 @@ func list(list []string, num int) string {
func newttsmode() *ttsmode {
tts := &ttsmode{}
m, ok := control.Lookup(ttsServiceName)
tts.mode = make(map[int64]int64)
if ok {
tts.mode[-2905] = m.GetData(-2905)
}