3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-05 18:27:18 +00:00

fix: delete-days not applied when banning

for slash too
This commit is contained in:
seeyebe 2025-06-02 16:23:22 +03:00 committed by GitHub
parent 0be8f4aa6f
commit 0e314d6b76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,7 @@ export const BanSlashCmd = modActionsSlashCmd({
interaction.member as GuildMember,
mod,
contactMethods,
options["delete-days"] ?? undefined,
);
},
});