We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e940a96 + 0e314d6 commit 28f9b51Copy full SHA for 28f9b51
2 files 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
});
backend/src/plugins/ModActions/commands/ban/BanSlashCmd.ts
@@ -89,6 +89,7 @@ export const BanSlashCmd = modActionsSlashCmd({
89
interaction.member as GuildMember,
90
91
92
+ options["delete-days"] ?? undefined,
93
94
95
0 commit comments