|
@@ -64,7 +64,7 @@ class GroupMeBot(rollbot.Rollbot[GroupMeMessage]):
|
|
params={
|
|
params={
|
|
"token": groupme_token,
|
|
"token": groupme_token,
|
|
"limit": 1,
|
|
"limit": 1,
|
|
- "after_id": str(int(att_body["base_reply_id"]) - 1),
|
|
|
|
|
|
+ "after_id": str(int(att_body["reply_id"]) - 1),
|
|
},
|
|
},
|
|
) as resp:
|
|
) as resp:
|
|
msg = (await resp.json())["response"]["messages"][0]
|
|
msg = (await resp.json())["response"]["messages"][0]
|