3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

Allow for caseNumber in Logs, showing the case number - repalce log evts

This commit is contained in:
Dark 2020-08-02 02:30:01 +02:00
parent 6caf7b1304
commit e131c77e20
13 changed files with 51 additions and 64 deletions

View file

@ -87,6 +87,7 @@ export const ForcebanCmd = modActionsCommand({
pluginData.state.serverLogs.log(LogType.MEMBER_FORCEBAN, {
mod: stripObjectToScalars(mod.user),
userId: user.id,
caseNumber: createdCase.case_number,
reason,
});
},