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:
parent
4a88dc10a9
commit
737a436e67
3 changed files with 4 additions and 2 deletions
|
@ -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"])
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue