This commit is contained in:
Christopher Cookman 2025-09-15 07:30:36 -06:00
parent 06cbf5c69a
commit 67ccac5f1e

View file

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