feat: Add early access opt-in feature

This commit is contained in:
2024-03-05 14:17:53 +07:00
parent 93f5c96595
commit 3f9b23d9b1
7 changed files with 183 additions and 3 deletions
+2
View File
@@ -24,6 +24,8 @@ model Guild {
ServiceAnnouncement_Channel String?
Purge_Limit Int @default(300)
EarlyAccess_Enabled Boolean @default(false)
}
model User {