Skip to content

Commit

Permalink
mimi
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLlamamarketer committed Sep 28, 2023
1 parent 0095ba7 commit 7dad7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/test/test-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7dad7ef

Please sign in to comment.