mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-24 16:25:19 +00:00
f908395834
- Updated the ServicePluginLoader to include a built-in services directory in the module path, improving the loading mechanism for service plugins. - Modified the class to accept BaseServicePlugin from both built-in and local services, allowing for greater flexibility in service integration. - Enhanced the logic for identifying service classes, ensuring compatibility with multiple base service implementations.