From db91a455be85b490b05bb171a0f0f9d78452564a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 5 Sep 2024 13:47:58 -0600 Subject: [PATCH] gwuh --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 169e048..4acfb11 100644 --- a/index.js +++ b/index.js @@ -362,7 +362,7 @@ discord.on("interactionCreate", async (interaction) => { case Discord.InteractionType.ModalSubmit: assetId = interaction.fields.getTextInputValue("assetId"); cookie = interaction.fields.getTextInputValue("cookie"); - bulk([new String(new Number(assetId))], cookie ? cookie : null).then((data) => { + bulk([new String(new Number(assetId))], cookie).then((data) => { if (data.data[assetId].status == "failure") { return interaction.reply({ embeds: [{