This commit is contained in:
Isaac
2022-07-15 23:19:42 +01:00
parent 145514a86b
commit 97623f3203
15 changed files with 193 additions and 57 deletions

View File

@@ -116,6 +116,7 @@ model Guild {
createdAt DateTime @default(now())
errorColour String @default("RED")
feedback Feedback[]
footer String? @default("Discord Tickets by eartharoid")
id String @id @db.VarChar(19)
logChannel String? @db.VarChar(19)
primaryColour String @default("#009999")