style(prisma/bot): changing the default activities

This commit is contained in:
Raphael 2025-08-16 22:07:44 +02:00
parent 785ffc6595
commit fea131be7f

View file

@ -10,9 +10,9 @@ datasource db {
model Bot { model Bot {
id Int @id @default(autoincrement()) id Int @id @default(autoincrement())
status String @default("Big Brother") status String @default("TTY by EniumTeam")
type String @default("Watching") type String @default("Watching")
presence String @default("online") presence String @default("dnd")
buyers User[] @relation("Buyers") buyers User[] @relation("Buyers")
owners User[] @relation("Owners") owners User[] @relation("Owners")