This commit is contained in:
Christopher Cookman 2025-09-15 07:26:59 -06:00
parent 3bb2aa65cd
commit 20a03cc625

View file

@ -133,7 +133,7 @@ const execute = async (message) => {
message.channel.send('Category updated!');
break;
case "delete": // Delete
const product = global.productUpdateData[message.author.id].id;
const product = await global.productUpdateData[message.author.id].id;
console.log(product);
if (message.content.toLowerCase() === 'cancel') {
cancel(message.author);