This commit is contained in:
cdle
2021-09-23 19:19:47 +08:00
parent d9b1608d32
commit 728b91de96
+1 -1
View File
@@ -147,7 +147,7 @@ func InitReplies() {
}
fmt.Println(cptn, fmt.Sprintf(`"[%s]"`, v[1]), g)
cptn = strings.Replace(cptn, fmt.Sprintf(`"[%s]"`, v[1]), g, -1)
cptn = strings.Replace(cptn, fmt.Sprintf(`[%s]`, v[1]), g, -1)
}
ptns = append(ptns, cptn)
}