This commit is contained in:
cdle
2021-10-12 17:10:02 +08:00
parent e5491fc138
commit 4975f4c484
+1 -1
View File
@@ -46,7 +46,7 @@ func init() {
if msg == "" { if msg == "" {
msg = "小爱" msg = "小爱"
} }
return reply(msg) return nil
}, },
}, },
}) })