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

11 lines
109 B
TypeScript

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