This commit is contained in:
Isaac
2022-07-21 01:25:37 +01:00
parent 98b35e3a81
commit f93d058f55
5 changed files with 166 additions and 8 deletions

View File

@@ -114,6 +114,8 @@ model Guild {
archive Boolean @default(true)
blocklist Json @default("[]")
categories Category[]
claimButton Boolean @default(false)
closeButton Boolean @default(false)
createdAt DateTime @default(now())
errorColour String @default("Red")
feedback Feedback[]