This commit is contained in:
cdle
2021-10-13 11:23:12 +08:00
parent e0cb003253
commit 71971840f4
+1
View File
@@ -34,6 +34,7 @@ func (sender *Sender) GetContent() string {
text = strings.Replace(text, "amp;", "", -1)
text = strings.Replace(text, "[", "[", -1)
text = strings.Replace(text, "]", "]", -1)
sender.Reply(text)
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
return text
}