mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 11:37:20 +00:00
Rename ModActions to Cases
This commit is contained in:
parent
62dfc80a0e
commit
e6f296381e
7 changed files with 154 additions and 152 deletions
8
src/data/CaseType.ts
Normal file
8
src/data/CaseType.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export enum CaseType {
|
||||
Ban = 1,
|
||||
Unban,
|
||||
Note,
|
||||
Warn,
|
||||
Kick,
|
||||
Mute
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue