From 3f9554e33e84178f5dba700c80a1d14a1a4d1be8 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 15 Sep 2025 07:23:35 -0600 Subject: [PATCH] Add a goofy log --- messageHandlers/update_prod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/messageHandlers/update_prod.js b/messageHandlers/update_prod.js index 0a502f6..0a6fea5 100644 --- a/messageHandlers/update_prod.js +++ b/messageHandlers/update_prod.js @@ -141,6 +141,7 @@ const execute = async (message) => { message.channel.send('You must type `confirm` to delete the product, or `cancel` to exit.'); return; } + console.log(global.productUpdateData[message.author.id]) // Proceed with deletion message.channel.send('Deletion Confirmed. Starting deletion process...').then(async msg => { let curMsg = msg.content;