diff --git a/commands/test/test-command.ts b/commands/test/test-command.ts index 4839c0c..a7c4027 100644 --- a/commands/test/test-command.ts +++ b/commands/test/test-command.ts @@ -127,7 +127,7 @@ const sendTestReminder = async () => { if (!members) throw new Error('Verified role not found'); const oneWeekAgo = new Date(); - oneWeekAgo.setDate(oneWeekAgo.getDate() - 1); + oneWeekAgo.setDate(oneWeekAgo.getDate() - 7); for (const [userID, member] of members) { const joinDate = member.joinedAt;