make autoClose required

This commit is contained in:
Isaac
2022-10-05 22:19:02 +01:00
parent 52d880a038
commit c16a2a0639
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ model Feedback {
}
model Guild {
autoClose Int?
autoClose Int @default(43200000)
autoTag Json @default("[]")
archive Boolean @default(true)
blocklist Json @default("[]")