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