mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
770 B
770 B
Active Context
Current Focus
- Fixing import issues in the VideoArchiver cog
- Maintaining relative imports while ensuring compatibility with Red-DiscordBot loading
Recent Changes
- Added fallback to absolute imports in component_manager.py to handle different loading scenarios
- Simplified relative import in core/init.py to use correct package structure
- Imports are now more resilient while maintaining relative import patterns
Active Files
- videoarchiver/core/component_manager.py
- videoarchiver/core/init.py
- videoarchiver/processor/init.py
Next Steps
- Monitor package loading behavior
- Verify imports work in both development and production environments
- Consider similar import pattern updates if needed in other modules