We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be8f4a commit 0e314d6Copy full SHA for 0e314d6
1 file changed
backend/src/plugins/ModActions/commands/ban/BanSlashCmd.ts
@@ -95,6 +95,7 @@ export const BanSlashCmd = modActionsSlashCmd({
95
interaction.member as GuildMember,
96
mod,
97
contactMethods,
98
+ options["delete-days"] ?? undefined,
99
);
100
},
101
});
0 commit comments