feat: get it wrapped up

This commit is contained in:
2025-09-27 16:53:02 -07:00
parent 359b22b979
commit ba91c981e1
8 changed files with 250 additions and 5 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ datasource db {
model Servers {
id String @id @default(auto()) @map("_id") @db.ObjectId
serverId String @unique
questionChannelId String
answerChannelId String
blockedUsers String[]
questionChannelId String @default("")
answerChannelId String @default("")
blockedUsers String[] @default([])
}