update
This commit is contained in:
@@ -34,7 +34,6 @@ func (sender *Sender) GetContent() string {
|
|||||||
text = strings.Replace(text, "amp;", "", -1)
|
text = strings.Replace(text, "amp;", "", -1)
|
||||||
text = strings.Replace(text, "[", "[", -1)
|
text = strings.Replace(text, "[", "[", -1)
|
||||||
text = strings.Replace(text, "]", "]", -1)
|
text = strings.Replace(text, "]", "]", -1)
|
||||||
fmt.Println(text)
|
|
||||||
// sender.Reply(text)
|
// sender.Reply(text)
|
||||||
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
|
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
|
||||||
return text
|
return text
|
||||||
|
|||||||
Reference in New Issue
Block a user