Add a goofy log

This commit is contained in:
Christopher Cookman 2025-09-15 07:22:30 -06:00
parent 0fa1e2ba0e
commit 173b9f837d

View file

@ -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];