From 173b9f837d28ee0a642a4ce58b5582eec9fe95d2 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 15 Sep 2025 07:22:30 -0600 Subject: [PATCH] Add a goofy log --- commands/update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/update.js b/commands/update.js index bc828b2..9395576 100644 --- a/commands/update.js +++ b/commands/update.js @@ -54,6 +54,7 @@ const execute = async (interaction) => { type: interaction.options.getString("field") }; global.dmHandlers[interaction.user.id] = updateProductHandler; + console.log(global.productUpdateData[interaction.user.id]); } catch (err) { console.error(err); delete global.productCreationData[interaction.user.id];