mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-03 12:51:37 +00:00
b8decd8d66
- Updated the `CommandManager` to respect the `channels` override for the help command, ensuring it checks channel permissions directly when processing help requests. - Refactored the logic to fall back to global `monitor_channels` only when no specific help command is loaded, improving channel-specific access control. - Added unit tests to verify the correct behavior of the help command in disallowed channels, ensuring it only responds in permitted contexts.