feat: add Discord Rich Presence configuration and update database schema for AI role prompt

This commit is contained in:
2025-10-04 17:47:11 -05:00
parent 74cca16e9d
commit c407c61cdd
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "public"."Guild" ADD COLUMN "aiRolePrompt" TEXT;