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

Separate timed/indefinite mutes/unmutes in logs

This commit is contained in:
Dragory 2019-01-03 04:37:44 +02:00
parent b5dd0f74bb
commit 627ba82196
3 changed files with 32 additions and 12 deletions

View file

@ -39,5 +39,8 @@ export enum LogType {
CASE_CREATE,
MASSBAN
MASSBAN,
MEMBER_TIMED_MUTE,
MEMBER_TIMED_UNMUTE
}