mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-14 18:18:49 +00:00
0c37f48a45
- Updated the `CommandManager` to respect the `help_enabled` flag for the help command, ensuring it only responds when the command is enabled. - Refactored help request processing to streamline checks for help keywords and channel restrictions. - Added unit tests to verify the behavior of the help command when enabled and disabled, ensuring proper suppression of responses when the command is not active.