This commit is contained in:
cdle
2021-10-13 16:42:54 +08:00
parent 674c1ae070
commit f83b1cdcc9
+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)
fmt.Println(text)
// sender.Reply(text)
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
return text