- 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| achievements.py | ||
| admin.py | ||
| backup_commands.py | ||
| base_module.py | ||
| battle_system.py | ||
| connection_monitor.py | ||
| core_commands.py | ||
| exploration.py | ||
| gym_battles.py | ||
| inventory.py | ||
| pet_management.py | ||
| team_builder.py | ||