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 }