This commit is contained in:
cdle
2021-10-13 16:47:24 +08:00
parent f83b1cdcc9
commit 897333380e
-1
View File
@@ -34,7 +34,6 @@ func (sender *Sender) GetContent() string {
text = strings.Replace(text, "amp;", "", -1)
text = strings.Replace(text, "[", "[", -1)
text = strings.Replace(text, "]", "]", -1)
fmt.Println(text)
// sender.Reply(text)
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
return text