mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
fix: delete-days not applied when banning
for slash too
This commit is contained in:
parent
0be8f4aa6f
commit
0e314d6b76
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export const BanSlashCmd = modActionsSlashCmd({
|
||||||
interaction.member as GuildMember,
|
interaction.member as GuildMember,
|
||||||
mod,
|
mod,
|
||||||
contactMethods,
|
contactMethods,
|
||||||
|
options["delete-days"] ?? undefined,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue