Discord Permissions will be revoked, when under a penalty
This commit is contained in:
@@ -10,6 +10,10 @@ model Penalty {
|
||||
|
||||
suspended Boolean @default(false)
|
||||
|
||||
// For Chronjob to know if permissions were already applied/removed
|
||||
removePermissionApplied Boolean @default(false)
|
||||
addPermissionApplied Boolean @default(false)
|
||||
|
||||
timestamp DateTime @default(now())
|
||||
|
||||
// relations:
|
||||
|
||||
Reference in New Issue
Block a user