Fix: style resets to default on bot reload#205
Fix: style resets to default on bot reload#205NancalaStarry wants to merge 1 commit intoPFingan-Code:mainfrom
Conversation
Review Summary by QodoFix bot style resetting to default on plugin reload
WalkthroughsDescription• Fix bot style resetting to default on plugin reload • Correct config key path from nested GUGUBot to flat style structure • Update style persistence to use proper config hierarchy Diagramflowchart LR
A["Config Key Path"] -->|"Old: GUGUBot.style"| B["Style Reset Issue"]
A -->|"New: style.current_style"| C["Style Persists"]
D["_save_current_style"] -->|"Updated to use style config"| C
File Changes1. GUGUbot/gugubot/utils/style_manager.py
|
Code Review by Qodo
1. No legacy style migration
|
在输入!!MCDR plg reload的时候发现会将机器人的风格变成默认风格