3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Add unmute command

This commit is contained in:
Dragory 2018-07-13 00:10:20 +03:00
parent af7902e7de
commit 4a88dc10a9
2 changed files with 41 additions and 2 deletions

View file

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