3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 06:11:49 +00:00
zeppelin/src/data/CaseType.ts

9 lines
76 B
TypeScript
Raw Normal View History

2018-07-12 02:53:26 +03:00
export enum CaseType {
Ban = 1,
Unban,
Note,
Warn,
Kick,
Mute
}