mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 14:30:10 +08:00
fix
This commit is contained in:
parent
3234c18718
commit
00d07cb7af
@ -107,6 +107,7 @@ func list(list []string, num int) string {
|
|||||||
func newttsmode() *ttsmode {
|
func newttsmode() *ttsmode {
|
||||||
tts := &ttsmode{}
|
tts := &ttsmode{}
|
||||||
m, ok := control.Lookup(ttsServiceName)
|
m, ok := control.Lookup(ttsServiceName)
|
||||||
|
tts.mode = make(map[int64]int64)
|
||||||
if ok {
|
if ok {
|
||||||
tts.mode[-2905] = m.GetData(-2905)
|
tts.mode[-2905] = m.GetData(-2905)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user