Petbot/modules
megaproxy d758d6b924 Add \!heal command and automatic pet recovery background system
- Implement \!heal command with 1-hour cooldown available to all users
- Add comprehensive cooldown tracking with database last_heal_time validation
- Heal command restores all active pets to full health
- Add background pet recovery system to game engine:
  - Automatic 30-minute recovery timer for fainted pets
  - Background task checks every 5 minutes for eligible pets
  - Auto-recovery restores pets to 1 HP after 30 minutes
  - Proper startup/shutdown integration with game engine
- Add pet_recovery_task to game engine with graceful shutdown
- Include detailed logging for recovery operations
- Ensure system resilience with error handling and task cancellation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 11:32:25 +00:00
..
__init__.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00
achievements.py Add unified navigation bar to all webserver pages 2025-07-15 16:59:16 +01:00
admin.py Add \!heal command and automatic pet recovery background system 2025-07-16 11:32:25 +00:00
backup_commands.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
base_module.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
battle_system.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
connection_monitor.py Implement comprehensive rate limiting system and item spawn configuration 2025-07-15 20:10:43 +00:00
core_commands.py Add unified navigation bar to all webserver pages 2025-07-15 16:59:16 +01:00
exploration.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
gym_battles.py Fix exploration and battle system state management bugs 2025-07-15 16:58:18 +01:00
inventory.py Implement comprehensive pet healing system with revive items and database support 2025-07-16 11:32:01 +00:00
pet_management.py Enhance web interface and item system with user experience improvements 2025-07-15 20:47:37 +00:00
team_builder.py Implement secure team builder with PIN verification system 2025-07-14 17:08:02 +01:00