Ban command

This commit is contained in:
Tarrgon
2025-06-03 14:16:37 -04:00
parent b2e1b4beee
commit 77a482ac0f
11 changed files with 197 additions and 15 deletions
+6
View File
@@ -38,4 +38,10 @@ export type Note = {
reason: string
mod_id: string
timestamp: string
}
export type Ban = {
id: number
user_id: string
expires_at: string
}