Skip to content

Commit

Permalink
Update banscam.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alepouna authored Dec 19, 2024
1 parent 4a034a2 commit b3aebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/moderation/banscam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const banscam: CommandDefinition = {
return;
}

const msgDeleteSecs = 86400;
const msgDeleteSecs = 86400; //1 day
const reason = 'Scam Messages / Compromised Account';

// don't immediately return if member is not found, because we want to be able to ban users who aren't in the server
Expand Down

0 comments on commit b3aebcf

Please sign in to comment.