diff --git a/README.md b/README.md index 434537a..6a1b447 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ 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 @@ -78,7 +80,6 @@ A structured build plan for developing and deploying the AlphaBot Discord compan - (Optional) Sets bot name using Discord API - [ ] **Test live personality switching via command** - Not working. Personality is being loaded but it doesnt actually work - ![alt text]() 📁 *This unlocks full customization without editing code or restarting the bot.* diff --git a/Screenshot 2025-05-07 183350.png b/docs/images/personality-test-fail.png similarity index 100% rename from Screenshot 2025-05-07 183350.png rename to docs/images/personality-test-fail.png