3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
zeppelin/src/data/CaseTypes.ts
2018-10-26 06:41:20 +03:00

11 lines
110 B
TypeScript

export enum CaseTypes {
Ban = 1,
Unban,
Note,
Warn,
Kick,
Mute,
Unmute,
Expunged,
Softban
}