3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +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

@ -658,7 +658,7 @@ export class ModActionsPlugin extends Plugin {
await this.mutes.clear(member.id);
this.serverLogs.log(LogType.MEMBER_UNMUTE, {
this.serverLogs.log(LogType.MEMBER_MUTE_EXPIRED, {
member: stripObjectToScalars(member, ["user"])
});
}