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