Changed Image placement

This commit is contained in:
milo 2025-05-07 21:36:01 -04:00
parent f307805451
commit 34d46cc145

View file

@ -65,8 +65,6 @@ A structured build plan for developing and deploying the AlphaBot Discord compan
> Goal: Create a dynamic personality engine using a JSON file for flexible identity control.
![Delta Fail Screenshot](docs/images/personality-test-fail.png)
- [x] Replace hardcoded `PERSONALITY` with a JSON-based persona profile
- [x] Create `persona.json` to store:
- Bot name
@ -81,6 +79,8 @@ A structured build plan for developing and deploying the AlphaBot Discord compan
- [ ] **Test live personality switching via command**
- Not working. Personality is being loaded but it doesnt actually work
![Delta Fail Screenshot](docs/images/personality-test-fail.png)
📁 *This unlocks full customization without editing code or restarting the bot.*