mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 10:58:04 +00:00
- Added configuration sections for joke and dadjoke commands in config.ini.example, allowing channel restrictions for command usage. - Updated BaseCommand to derive configuration section names for commands, improving consistency in command management. - Implemented channel access checks in can_execute methods for JokeCommand and DadJokeCommand to ensure commands are only executed in allowed channels. - Improved error logging in FeedManager and MessageScheduler to include database path information for better debugging.