This commit is contained in:
cdle
2021-10-13 11:26:31 +08:00
parent 71971840f4
commit e2a92aab88
+1 -1
View File
@@ -34,7 +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)
// sender.Reply(text)
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
return text
}