Added time Ban and penalty

This commit is contained in:
PxlLoewe
2025-06-19 11:48:45 -07:00
parent e40cf0ffac
commit 4732ecb770
15 changed files with 327 additions and 56 deletions

View File

@@ -25,6 +25,7 @@ export interface AdminMessage {
message: string;
data?: {
admin: PublicUser;
reason: string;
};
}