From 82cf15fa8c621abaa8be3817143bcc98397c4c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:09:02 +0900 Subject: [PATCH] finish Init Connect --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index c0597d5..d1c8afd 100644 --- a/bot.go +++ b/bot.go @@ -158,7 +158,7 @@ func (bot *Bot) Connect() { go bot.doheartbeat() } -// doheartbeat 按指定间隔进行心跳包收发 +// doheartbeat 按指定间隔进行心跳包发送 func (bot *Bot) doheartbeat() { payload := struct { Op OpCode `json:"op"`