mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Fix double logs from warnings
This commit is contained in:
parent
83f4e0c982
commit
2d98c470ef
1 changed files with 0 additions and 5 deletions
|
@ -632,11 +632,6 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
})${messageResultText}`,
|
})${messageResultText}`,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
this.serverLogs.log(LogType.MEMBER_WARN, {
|
|
||||||
mod: stripObjectToScalars(mod.user),
|
|
||||||
member: stripObjectToScalars(memberToWarn, ["user", "roles"]),
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async warnMember(
|
async warnMember(
|
||||||
|
|
Loading…
Add table
Reference in a new issue