From 444f998aac6def11893039c5a65b665c05a730b6 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sat, 25 Sep 2021 10:47:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=B3=E9=97=AD=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8A=A0=E5=A5=BD=E5=8F=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qbot/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbot/main.go b/qbot/main.go index b11cb0f..8ce55f6 100644 --- a/qbot/main.go +++ b/qbot/main.go @@ -68,9 +68,9 @@ func Main() { if bot == nil { return } - bot.Client.OnNewFriendRequest(func(_ *client.QQClient, a *client.NewFriendRequest) { - a.Accept() - }) + //bot.Client.OnNewFriendRequest(func(_ *client.QQClient, a *client.NewFriendRequest) { + // a.Accept() + //}) if uid == 0 { return }