Bump End Date
This commit is contained in:
parent
419e25ce46
commit
315b02ce0d
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue