Add a goofy log
This commit is contained in:
parent
0fa1e2ba0e
commit
173b9f837d
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue