Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Jun 4, 2021
1 parent 7e05f02 commit 0c082b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/plugins/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ func ReportTempMessage(cli *client.QQClient, event *client.TempMessageEvent) int
UserId: event.Message.Sender.Uin,
Nickname: event.Message.Sender.Nickname,
},
Extra: map[string]string{
"group_id": strconv.FormatInt(event.Message.GroupCode, 10),
},
},
}
bot.HandleEventFrame(cli, eventProto)
Expand Down

0 comments on commit 0c082b2

Please sign in to comment.