This commit is contained in:
2022-01-14 19:01:23 +08:00
parent d329df0daf
commit b2c78d0284
4 changed files with 6 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ func main() {
continue
}
msg_ := st.Msg()
msg_ := st.Msg(false)
if msg_ != "" {
err = msg.Send(msg_)
if err != nil {