mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-11 10:07:03 +00:00
72b7ebbb1e
- Removed per-command user cooldown tracking from individual command classes. - Implemented a unified cooldown management system in BaseCommand for both global and per-user cooldowns. - Updated command execution methods to call the new centralized cooldown handling, improving code clarity and reducing redundancy. - Enhanced error handling and logging during cooldown checks to ensure robust command execution.