From 637d9f19448d4eab5cb809a7a443cb31990e1bdd Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Sun, 15 Feb 2026 22:03:30 -0500 Subject: [PATCH 1/2] Add 'bills-bot' entry to symphony-registry.json Added new entry for 'bills-bot' with details including description, URL, category, tags, and maintainer information. --- symphony-registry.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/symphony-registry.json b/symphony-registry.json index 1a2c0cb83..4e510a5b1 100644 --- a/symphony-registry.json +++ b/symphony-registry.json @@ -61,6 +61,21 @@ "isActive": true, "featured": false, "addedAt": "2026-02-14" + }, + { + "slug": "billchirico/bills-bot", + "name": "bills-bot", + "description": "An AI-powered Discord bot used for managing servers that includes interaction, question answering, full memory of users, and more.", + "url": "https://github.com/BillChirico/bills-bot", + "category": "ai-ml", + "tags": ["discord bot", "claude-sdk", "moderation", "discord.js", "typescript"], + "maintainer": { + "name": "BillChirico", + "url": "https://github.com/BillChirico" + }, + "isActive": true, + "featured": false, + "addedAt": "2026-02-15" } ] } From 0e05c27d7facf78e81520ad17f7e49b2b7dd3f7d Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Sat, 28 Feb 2026 22:09:12 -0500 Subject: [PATCH 2/2] Replace bills-bot with volvox-bot in registry --- symphony-registry.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/symphony-registry.json b/symphony-registry.json index 4e510a5b1..c60f09877 100644 --- a/symphony-registry.json +++ b/symphony-registry.json @@ -62,20 +62,20 @@ "featured": false, "addedAt": "2026-02-14" }, - { - "slug": "billchirico/bills-bot", - "name": "bills-bot", - "description": "An AI-powered Discord bot used for managing servers that includes interaction, question answering, full memory of users, and more.", - "url": "https://github.com/BillChirico/bills-bot", + { + "slug": "volvoxllc/volvox-bot", + "name": "volvox-bot", + "description": "An AI-powered Discord bot used for managing servers that includes interaction, question answering, full memory of users, interaction, games, and much more.", + "url": "https://github.com/VolvoxLLC/volvox-bot", "category": "ai-ml", - "tags": ["discord bot", "claude-sdk", "moderation", "discord.js", "typescript"], + "tags": ["discord-bot", "claude-sdk", "moderation", "discord.js", "typescript"], "maintainer": { "name": "BillChirico", "url": "https://github.com/BillChirico" }, "isActive": true, "featured": false, - "addedAt": "2026-02-15" + "addedAt": "2026-02-28" } ] }