Ban command
This commit is contained in:
Vendored
+6
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user