diff --git a/commands/commit-count.js b/commands/commit-count.js index 50abcf6..d64f2a9 100644 --- a/commands/commit-count.js +++ b/commands/commit-count.js @@ -191,6 +191,7 @@ module.exports = { interaction.options.getString('end-date') ?? interaction.createdTimestamp, ); + endDate.setDate(endDate.getDate() + 1); while (currentDate <= endDate) { allDays.push(new Date(currentDate));