Skip to content

Commit

Permalink
everything got shipped to cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Jan 3, 2024
1 parent 261c66b commit 2f07f85
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions bingus-bot/src/commands/shipping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,6 @@ You can check on ${
return;
}

if (JANUARY_SHIPMENT.has(shipment)) {
await interaction.reply({
content: `Your order is about to get shipped to Crowdsupply in January 3st, it's shipment ${
shipment + 2
}!
You can check on ${
SHIPMENT_MESSAGE[shipment]
} on the progress of the shipment.`,
ephemeral: true,
});
return;
}

if (MANUFACUTRED_SHIPMENTS.has(shipment)) {
await interaction.reply({
content: `Your order is being made currently, it's shipment ${
Expand All @@ -174,10 +161,8 @@ You can check on ${SHIP_WHEN_CHANNEL} to see when it's going to get shipped.`,

const MANUFACUTRED_SHIPMENTS = new Set([0, 1, 2, 3]);

const JANUARY_SHIPMENT = new Set([1, 2, 3]);

// Index of shipped shipment
const SHIPPED_SHIPMENTS = new Set([0]);
const SHIPPED_SHIPMENTS = new Set([0, 1, 2, 3]);

// Link to shipment message
const SHIPMENT_MESSAGE = [
Expand Down

0 comments on commit 2f07f85

Please sign in to comment.