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

Separate unmute and mute expiry logs

This commit is contained in:
Dragory 2018-07-13 00:11:51 +03:00
parent 4a88dc10a9
commit 737a436e67
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@ export enum LogType {
MEMBER_WARN = 1,
MEMBER_MUTE,
MEMBER_UNMUTE,
MEMBER_MUTE_EXPIRED,
MEMBER_KICK,
MEMBER_BAN,
MEMBER_JOIN,