diff --git a/handler/steamplaying/steam_playing.go b/handler/steamplaying/steam_playing.go index 5fa3265..2b665ab 100644 --- a/handler/steamplaying/steam_playing.go +++ b/handler/steamplaying/steam_playing.go @@ -7,6 +7,7 @@ import ( "strings" "time" + "git.lxtend.com/qqbot/config" "git.lxtend.com/qqbot/constants" "git.lxtend.com/qqbot/handler" "git.lxtend.com/qqbot/model" @@ -281,7 +282,8 @@ func RoundCheckSteamPlaying() { msg := model.Reply{ ReplyMsg: "速报:\n" + strings.Join(gameList, "\n"), ReferOriginMsg: false, - FromMsg: model.Message{GroupInfo: model.GroupInfo{GroupId: group}}, + // FromMsg: model.Message{GroupInfo: model.GroupInfo{GroupId: group}}, + FromMsg: model.Message{GroupInfo: model.GroupInfo{GroupId: config.ConfigManager.GetConfig().Management.ReportGroup}}, } // action.ActionManager.SendMsg(msg) log.Println(msg.ReplyMsg)