From 34d46cc1454618c1f3dbe75fd61970aa6752b510 Mon Sep 17 00:00:00 2001 From: milo Date: Wed, 7 May 2025 21:36:01 -0400 Subject: [PATCH] Changed Image placement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a1b447..342e8cb 100644 --- a/README.md +++ b/README.md @@ -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.*