3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Add Expunged case type

This commit is contained in:
Dragory 2018-07-31 19:37:07 +03:00
parent b0c10b1fda
commit 229f27f2f3

View file

@ -5,5 +5,6 @@ export enum CaseType {
Warn, Warn,
Kick, Kick,
Mute, Mute,
Unmute Unmute,
Expunged
} }