day count

This commit is contained in:
2025-11-12 06:00:46 -05:00
parent 8bff6d0485
commit 29e0d0c7f6

View File

@@ -46,7 +46,7 @@ module.exports = {
}
});
});;
let message = `# Donor Board\n`;
let message = `# Donor Board (last ${days} days)\n`;
const sortedBoard = Object.values(board).sort((a, b) => b.totalValue - a.totalValue);