mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 18:27:18 +00:00
Merge pull request #524 from seeyebe/fix/ban-delete-days-not-passed
fix: delete-days not applied when banning
This commit is contained in:
commit
28f9b516f0
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ export const BanMsgCmd = modActionsMsgCmd({
|
|||
member,
|
||||
mod,
|
||||
contactMethods,
|
||||
args["delete-days"] ?? undefined,
|
||||
);
|
||||
},
|
||||
});
|
||||
|
|
|
@ -89,6 +89,7 @@ export const BanSlashCmd = modActionsSlashCmd({
|
|||
interaction.member as GuildMember,
|
||||
mod,
|
||||
contactMethods,
|
||||
options["delete-days"] ?? undefined,
|
||||
);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue