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;