Add database table
This commit is contained in:
parent
bc24a4ecfe
commit
eef01b1c3d
4 changed files with 84 additions and 0 deletions
7
src/constants/AuditType.ts
Normal file
7
src/constants/AuditType.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export enum AuditType {
|
||||
General,
|
||||
Warn,
|
||||
Mute,
|
||||
Kick,
|
||||
Ban,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue