From 67884f7133b251b21c9408d16b7bb6861716b2f8 Mon Sep 17 00:00:00 2001 From: MixBadGun <1059129006@qq.com> Date: Tue, 30 Dec 2025 22:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B2=E9=AA=A8=E6=96=87=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/oracle_game/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/konabot/plugins/oracle_game/__init__.py b/konabot/plugins/oracle_game/__init__.py index ff3ffc9..c7fb713 100644 --- a/konabot/plugins/oracle_game/__init__.py +++ b/konabot/plugins/oracle_game/__init__.py @@ -198,6 +198,7 @@ class oracleGame: return self.current_oracle_id async def _skip_oracle_async(self) -> str: + self.wrong_attempts = 0 self.current_oracle_id = await oracleGame.random_oracle() return self.current_oracle_id