fix: 移除 help 函数中不必要的节点消息 ID 设置
This commit is contained in:
@@ -3,7 +3,6 @@ package action
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
@@ -82,7 +81,6 @@ func (am *actionManager) SendForward(reply *model.Reply) error {
|
||||
}
|
||||
sendPkg := model.GenSendPkg(userID, groupID, reply.ReplyMsg, false, true)
|
||||
sendPkgJson, err := json.Marshal(sendPkg)
|
||||
log.Println(string(sendPkgJson))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user