Skip to content

Commit

Permalink
Change deleteMessageSeconds to the maximum allowed value
Browse files Browse the repository at this point in the history
  • Loading branch information
codedealer authored Aug 18, 2024
1 parent 5d09e28 commit f01a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/vanquish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class VanquishCommand extends Command {

await member.ban({
reason: 'Vanquish command',
deleteMessageSeconds: Time.Day,
deleteMessageSeconds: 604800,
});

await recordTotalBanScore(member.guild.id);
Expand Down

0 comments on commit f01a0f3

Please sign in to comment.