소스 검색

I guess let's try that

kirkleon 3 년 전
부모
커밋
501e5b43dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/groupme_driver.py

+ 1 - 1
drivers/groupme_driver.py

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