Bump End Date

This commit is contained in:
Michael 2024-12-23 20:20:27 -06:00
parent 419e25ce46
commit 315b02ce0d
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

View file

@ -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));