Add database table

This commit is contained in:
Ethan Lane 2022-08-17 17:58:56 +01:00
parent bc24a4ecfe
commit eef01b1c3d
Signed by: Vylpes
GPG key ID: EED233CC06D12504
4 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,7 @@
export enum AuditType {
General,
Warn,
Mute,
Kick,
Ban,
}