update
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ func (sender *Sender) GetContent() string {
|
||||
text = strings.Replace(text, "]", "]", -1)
|
||||
// sender.Reply(text)
|
||||
// text = regexp.MustCompile(`]`).ReplaceAllString(text, "")
|
||||
return text
|
||||
return strings.Trim(text, " ")
|
||||
}
|
||||
|
||||
func (sender *Sender) GetUserID() interface{} {
|
||||
|
||||
Reference in New Issue
Block a user