mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +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 {
|
||||
tts := &ttsmode{}
|
||||
m, ok := control.Lookup(ttsServiceName)
|
||||
tts.mode = make(map[int64]int64)
|
||||
if ok {
|
||||
tts.mode[-2905] = m.GetData(-2905)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user