ソースを参照

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]