mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
11 lines
109 B
TypeScript
11 lines
109 B
TypeScript
export enum CaseType {
|
|
Ban = 1,
|
|
Unban,
|
|
Note,
|
|
Warn,
|
|
Kick,
|
|
Mute,
|
|
Unmute,
|
|
Expunged,
|
|
Softban
|
|
}
|