mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 12:05:38 +00:00
- Added configuration options to bridge the bot's own channel responses to Discord and Telegram, allowing command replies to be sent to respective channels. - Updated `DiscordBridgeService` and `TelegramBridgeService` to register listeners for bot-sent messages, ensuring they are included in the bridging process. - Enhanced `CommandManager` to invoke listeners with a synthetic event when a message is successfully sent, providing context about the message. - Updated `config.ini.example` to reflect the new `bridge_bot_responses` option for both services. - Added tests to verify the correct invocation of listeners upon successful message sending.