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:
parent
b0c10b1fda
commit
229f27f2f3
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ export enum CaseType {
|
||||||
Warn,
|
Warn,
|
||||||
Kick,
|
Kick,
|
||||||
Mute,
|
Mute,
|
||||||
Unmute
|
Unmute,
|
||||||
|
Expunged
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue