This commit is contained in:
cdle
2021-10-12 16:53:01 +08:00
parent aa8460e8a5
commit d880e3829b
+1 -1
View File
@@ -44,7 +44,7 @@ func init() {
if msg == "" { if msg == "" {
msg = "小爱" msg = "小爱"
} }
return name() return reply(api)
}, },
}, },
}) })