3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +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 d5b8ee5583
commit 1379dd8bea
13 changed files with 51 additions and 64 deletions

View file

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