style(prisma/bot): changing the default activities
This commit is contained in:
parent
785ffc6595
commit
fea131be7f
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue