修复偷菜后收获果实数不会减少的错误

This commit is contained in:
2025-11-13 23:15:02 +08:00
parent 26bea6eef3
commit 5a8eb6cbd8
3 changed files with 37 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ class WPSGardenSteal(WPSGardenBase):
super().wake_up()
self.register_plugin("steal")
self.register_plugin("偷取")
self.register_plugin("偷菜")
async def callback(self, message: str, chat_id: int, user_id: int) -> Optional[str]:
payload = self.parse_message_after_at(message).strip()