We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f580693 commit 0be8f4aCopy full SHA for 0be8f4a
1 file changed
backend/src/plugins/ModActions/commands/ban/BanMsgCmd.ts
@@ -72,6 +72,7 @@ export const BanMsgCmd = modActionsMsgCmd({
72
member,
73
mod,
74
contactMethods,
75
+ args["delete-days"] ?? undefined,
76
);
77
},
78
});
0 commit comments