feat: Add unfinished purge message command

This commit is contained in:
2024-03-04 23:04:32 +07:00
parent 896dbc70d5
commit fa0c9e1ea0
5 changed files with 280 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ model Guild {
ServiceAnnouncement_Enabled Boolean @default(false)
ServiceAnnouncement_Channel String?
Purge_Limit Int @default(200)
}
model User {