Commit Graph

3 Commits

Author SHA1 Message Date
overspend1
4f607f024a Fix plugin system errors and improve module listing
- Fixed BaseModule import error in module_manager.py
- Updated module_manager to properly delegate to plugin_loader
- Added comprehensive .listmodules command showing all available modules
- Enhanced plugin discovery to show detailed module information
- All import errors resolved, bot starts cleanly
2025-07-25 21:02:13 +02:00
overspend1
fe80caeb50 Implement modular plugin system
- Created plugin-based architecture in app/plugins/core/
- Added BasePlugin, PluginLoader, and utility functions
- Converted Gemini AI to use plugin structure
- Added plugin management commands (.plugins, .pluginfo)
- Updated configuration to point to overspend1 fork
- All modules now run from plugins directory as requested
2025-07-25 20:52:18 +02:00
overspend1
8fe355ed0c Update README and alive command for @overspend1 fork
- Updated README title to show OVERSPEND1 FORK
- Changed maintainer credit to @overspend1
- Updated alive command to show @overspend1 as creator instead of Meliodas
2025-07-25 20:27:05 +02:00