3
0
Fork 0
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:
Dragory 2018-07-12 02:53:26 +03:00
parent 62dfc80a0e
commit e6f296381e
7 changed files with 154 additions and 152 deletions

8
src/data/CaseType.ts Normal file
View file

@ -0,0 +1,8 @@
export enum CaseType {
Ban = 1,
Unban,
Note,
Warn,
Kick,
Mute
}