1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 11:33:48 +08:00
This commit is contained in:
Mrs4s 2020-12-18 09:10:09 +08:00
parent 289b96f187
commit 6e3501a6f8

View File

@ -88,7 +88,7 @@ func NewQQBot(cli *client.QQClient, conf *global.JsonConfig) *CQBot {
"self_id": bot.Client.Uin,
"post_type": "meta_event",
"meta_event_type": "heartbeat",
"status": nil,
"status": bot.CQGetStatus()["data"],
"interval": 1000 * i,
})
}