Skip to content

Commit 0be8f4a

Browse files
authored
fix: delete-days not applied when banning
1 parent f580693 commit 0be8f4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/plugins/ModActions/commands/ban/BanMsgCmd.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const BanMsgCmd = modActionsMsgCmd({
7272
member,
7373
mod,
7474
contactMethods,
75+
args["delete-days"] ?? undefined,
7576
);
7677
},
7778
});

0 commit comments

Comments
 (0)