Update bot configuration and activity type in schema

- Modified package.json to add a new script for setting the bot banner.
- Changed the default activity type in schema.prisma from 'Playing' to 'Watching' for improved bot presence management.
This commit is contained in:
TheOnlyMace
2026-07-22 20:04:11 +02:00
parent bb57b842b9
commit dd93b78c94
5 changed files with 120 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"test": "vitest run",
"typecheck": "tsc --noEmit -p tsconfig.json",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate deploy"
"profile:banner": "tsx scripts/set-bot-banner.ts"
},
"dependencies": {
"@nexumi/shared": "workspace:*",