Add a goofy log

This commit is contained in:
Christopher Cookman 2025-09-15 07:23:35 -06:00
parent 173b9f837d
commit 3f9554e33e

View file

@ -141,6 +141,7 @@ const execute = async (message) => {
message.channel.send('You must type `confirm` to delete the product, or `cancel` to exit.'); message.channel.send('You must type `confirm` to delete the product, or `cancel` to exit.');
return; return;
} }
console.log(global.productUpdateData[message.author.id])
// Proceed with deletion // Proceed with deletion
message.channel.send('Deletion Confirmed. Starting deletion process...').then(async msg => { message.channel.send('Deletion Confirmed. Starting deletion process...').then(async msg => {
let curMsg = msg.content; let curMsg = msg.content;