botserver/src/bot
Rodrigo Rodriguez (Pragmatismo) c39af8b320 refactor(bot): remove legacy process_message method and its handling
The large `process_message` function was deleted from `src/bot/mod.rs`. Its responsibilities have been migrated to newer, more modular handlers, eliminating dead code and simplifying the BotOrchestrator. This refactor reduces complexity, improves maintainability, and aligns the codebase with the updated message processing architecture.
2025-11-03 15:22:08 -03:00
..
mod.rs refactor(bot): remove legacy process_message method and its handling 2025-11-03 15:22:08 -03:00