From 2f07f8505f8b04f7a8aa7bade53018f34e76efd8 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 3 Jan 2024 15:57:15 -0300 Subject: [PATCH] everything got shipped to cs --- bingus-bot/src/commands/shipping.ts | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/bingus-bot/src/commands/shipping.ts b/bingus-bot/src/commands/shipping.ts index e02ac49..bf04c0e 100644 --- a/bingus-bot/src/commands/shipping.ts +++ b/bingus-bot/src/commands/shipping.ts @@ -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 ${ @@ -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 = [