Skip to content

Commit

Permalink
fix shipping 5 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Dec 25, 2023
1 parent 18733cb commit 5e078f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bingus-bot/src/commands/shipping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can check on ${SHIP_WHEN_CHANNEL} on the progress of orders.`,
if (
shipment === -1 &&
orderInfo.date.getUTCFullYear() === 2022 &&
orderInfo.date.getUTCMonth() === 5
orderInfo.date.getUTCMonth() <= 5
) {
shipment = 4;
}
Expand Down

0 comments on commit 5e078f5

Please sign in to comment.