diff --git a/coolq/api.go b/coolq/api.go index 81f7ded..b3900d5 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -836,7 +836,7 @@ func (bot *CQBot) uploadForwardElement(m gjson.Result, target int64, sourceType if len(bot.Client.GroupList) == 0 { groupID = 1 } else { - groupID = bot.Client.GroupList[1].Uin + groupID = bot.Client.GroupList[0].Uin } } builder := bot.Client.NewForwardMessageBuilder(groupID)