Skip to content

Commit

Permalink
feat(Adapter):使用适配器方式解析戳一戳CQ码
Browse files Browse the repository at this point in the history
  • Loading branch information
yichere committed Dec 29, 2024
1 parent 1c1f053 commit 5913bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dice/platform_adapter_gocq_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ func (pa *PlatformAdapterGocq) FriendPoke(userId string) {
}

func (pa *PlatformAdapterGocq) GroupPoke(ctx *MsgContext, userId string) {

groupId := strings.ReplaceAll(ctx.Group.GroupID, "QQ-Group:", "")
groupID, _ := strconv.ParseInt(groupId, 10, 64)
userID, _ := strconv.ParseInt(userId, 10, 64)
Expand Down

0 comments on commit 5913bcd

Please sign in to comment.