feat: Add purge message command

This commit is contained in:
2024-03-05 10:16:13 +07:00
parent 910a7d6543
commit c60ddc7086
2 changed files with 216 additions and 80 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ model Guild {
ServiceAnnouncement_Enabled Boolean @default(false)
ServiceAnnouncement_Channel String?
Purge_Limit Int @default(200)
Purge_Limit Int @default(300)
}
model User {