vylbot-app/src/constants/AuditType.ts

8 lines
91 B
TypeScript
Raw Normal View History

export enum AuditType {
General,
Warn,
Mute,
Kick,
Ban,
Timeout,
}